Skip to content

Commit

Permalink
Remove extraneous semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
rsjbailey committed Mar 6, 2024
1 parent 8dbb356 commit fd05004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reaper-adm-extension/src/reaper_adm/pluginsuite_ear.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#include <thread>

#include "reaperapi.h"
#include "progress/importlistener.h";
#include "progress/importlistener.h"
#include "plugin.h"
#include "pluginregistry.h"
#include "exportaction_admsource-earvst.h" // TODO - the fact we have to include an export header here probably means some stuff is defined in the wrong place
Expand Down

0 comments on commit fd05004

Please sign in to comment.