]> git.mxchange.org Git - flightgear.git/commitdiff
Oops - I think I introduced some dos line endings - this should fix it
authordaveluff <daveluff>
Wed, 22 Feb 2006 20:27:00 +0000 (20:27 +0000)
committerdaveluff <daveluff>
Wed, 22 Feb 2006 20:27:00 +0000 (20:27 +0000)
tests/al-info.c
tests/test-up.cxx

index 27ac2d0e16fcb3495397050ad3135f97f8409c3b..9969fcf3b5f1c027de4f0c93a6dfc7985bd41ede 100644 (file)
@@ -6,9 +6,9 @@
 # include <OpenAL/alc.h>
 #else
 # include <AL/al.h>
-# include <AL/alc.h>\r
+# include <AL/alc.h>
 # ifndef __CYGWIN__
-#  include <AL/alext.h>\r
+#  include <AL/alext.h>
 # endif
 #endif
 
index 87eb5e5aef7cc7853aae3b1e3946231095826c48..48de4b7ed84885df4cf50e988cfce1e989b72759 100644 (file)
@@ -1,8 +1,8 @@
 // do some test relating to the concept of "up"
-\r
+
 #ifdef HAVE_CONFIG_H
 #  include <config.h>
-#endif\r
+#endif
 
 #include <simgear/compiler.h>