diff options
Diffstat (limited to 'Tests/VSGNUFortran')
-rw-r--r-- | Tests/VSGNUFortran/c_code/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/VSGNUFortran/c_code/main.c b/Tests/VSGNUFortran/c_code/main.c index 9157cc5f3e..60c112062b 100644 --- a/Tests/VSGNUFortran/c_code/main.c +++ b/Tests/VSGNUFortran/c_code/main.c @@ -2,6 +2,6 @@ extern void FC_hello(void); int main() { - FC_hello(); - return 0; + FC_hello(); + return 0; } |