summaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/frameworks/OpenMSG.fwrk/src/DylibMain.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc b/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc
index 814132e3..99eebd26 100644
--- a/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc
+++ b/public/frameworks/OpenMSG.fwrk/src/DylibMain.cc
@@ -1,5 +1,5 @@
#include <libSystem/SystemKit/System.h>
SInt32 _DylibAttach(SInt32 argc, Char* argv[]) {
- return EXIT_FAILURE;
+ return EXIT_FAILURE;
} \ No newline at end of file