summaryrefslogtreecommitdiff
path: root/test cases/linuxlike/3 linker script/bob.h
diff options
context:
space:
mode:
Diffstat (limited to 'test cases/linuxlike/3 linker script/bob.h')
-rw-r--r--test cases/linuxlike/3 linker script/bob.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test cases/linuxlike/3 linker script/bob.h b/test cases/linuxlike/3 linker script/bob.h
index b29331e79..351e2fc60 100644
--- a/test cases/linuxlike/3 linker script/bob.h
+++ b/test cases/linuxlike/3 linker script/bob.h
@@ -1,6 +1,6 @@
#ifndef BOB_H_
#define BOB_H_
-int bobMcBob();
+int bobMcBob(void);
#endif