Oops - let some DOS line endings creep in - quickly get rid of them before Erik notices...
This commit is contained in:
parent
5355d1b048
commit
a4ea7c7561
1 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue