diff options
Diffstat (limited to 'test-instr.c')
-rw-r--r-- | test-instr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-instr.c b/test-instr.c index 4129a5b4..13d4eb93 100644 --- a/test-instr.c +++ b/test-instr.c @@ -19,7 +19,7 @@ #include <fcntl.h> #ifdef TEST_SHARED_OBJECT -#define main main_exported + #define main main_exported #endif int main(int argc, char **argv) { |