Browse Source

Fix testnative C90 compatibility

Anonymous Maarten 1 week ago
parent
commit
9e3783996b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/testnative.h

+ 1 - 1
test/testnative.h

@@ -48,4 +48,4 @@ extern NativeWindowFactory X11WindowFactory;
 extern NativeWindowFactory CocoaWindowFactory;
 extern NativeWindowFactory CocoaWindowFactory;
 #endif
 #endif
 
 
-#endif // testnative_h_
+#endif /* testnative_h_ */