summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Case5/foo.c
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/Dependency/Case5/foo.c')
-rw-r--r--Tests/Dependency/Case5/foo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Dependency/Case5/foo.c b/Tests/Dependency/Case5/foo.c
index 794833d..b82b7c2 100644
--- a/Tests/Dependency/Case5/foo.c
+++ b/Tests/Dependency/Case5/foo.c
@@ -3,7 +3,7 @@
#ifdef _WIN32
__declspec(dllexport)
#endif
-void foo(void)
+ void foo(void)
{
printf("foo()\n");
}