Просмотр исходного кода

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

Daniel R. Gomez 13 лет назад
Родитель
Сommit
307d45eaf4
1 измененных файлов с 1 добавлено и 1 удалено
  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()
 {