Cosmetic: Fix up line endings

Somehow a few ^M sneaked in here.
This commit is contained in:
Matthias Clasen 2012-07-19 06:20:10 -04:00
parent 2357f67b1b
commit dd098405ad

View File

@ -39,9 +39,9 @@
#include <errno.h>
#include <ctype.h> /* For tolower() */
#ifdef HAVE_XLOCALE_H
/* Needed on BSD/OS X for e.g. strtod_l */
#include <xlocale.h>
#ifdef HAVE_XLOCALE_H
/* Needed on BSD/OS X for e.g. strtod_l */
#include <xlocale.h>
#endif
#ifdef G_OS_WIN32