1
0
Fork 0

Oops - let some DOS line endings creep in - quickly get rid of them before Erik notices...

This commit is contained in:
daveluff 2003-03-26 10:02:32 +00:00
parent 5355d1b048
commit a4ea7c7561

View file

@ -26,11 +26,11 @@
# include <config.h>
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h> // bcopy()
#else
# include <string.h> // MSVC doesn't have strings.h
#endif
#ifdef HAVE_STRINGS_H
# include <strings.h> // bcopy()
#else
# include <string.h> // MSVC doesn't have strings.h
#endif
#include <simgear/debug/logstream.hxx>