Browse Source

Tests/VSGNUFortran: Avoid C++ comment in C code (#13314)

Daniel R. Gomez 13 years ago
parent
commit
307d45eaf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Tests/VSGNUFortran/c_code/main.c

+ 1 - 1
Tests/VSGNUFortran/c_code/main.c

@@ -1,4 +1,4 @@
-#include <HelloWorldFCMangle.h> // created by FortranCInterface
+#include <HelloWorldFCMangle.h> /* created by FortranCInterface */
 extern void FC_hello(void);
 int main()
 {