diff options
Diffstat (limited to 'Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c')
-rw-r--r-- | Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c b/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c index 8720386..740c236 100644 --- a/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c +++ b/Tests/ComplexOneConfig/Executable/Sub1/NameConflictTest.c @@ -1,4 +1,4 @@ -int NameConflictTest1() +int NameConflictTest1(void) { return 0; } |