diff options
Diffstat (limited to 'test/LIBS.py')
-rw-r--r-- | test/LIBS.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LIBS.py b/test/LIBS.py index 708ce63..e9f6545 100644 --- a/test/LIBS.py +++ b/test/LIBS.py @@ -272,7 +272,7 @@ test.write(['src', 'component2', 'message2.c'], """\ #include <stdio.h> #include "message1.h" -int DisplayMessage2 (void) +void DisplayMessage2 (void) { DisplayMessage1(); printf ("src/component2/hello.c\\n"); |