]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - conftest.cpp
daemonmap: update submodule
[xonotic/netradiant.git] / conftest.cpp
index 765293588cd421d96758d70957240dd92895dcc1..1c5721fc95b0e6cb2d651f543e496209504a1af8 100644 (file)
@@ -1,7 +1,8 @@
+// used by the legacy makefile to test if libraries work
+
 #include <stdio.h> /* jpeglib.h needs it */
 #include CONFTEST_HEADER
-int main()
-{
+int main(){
        (void) CONFTEST_SYMBOL;
        return 0;
 }