2004-10-26 Matthias Clasen <mclasen@redhat.com>
* glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
2004-10-26 Matthias Clasen <mclasen@redhat.com>
+ * glib/gutils.c:
* glib/gkeyfile.c: Don't include ctype.h needlessly. (#156424,
Morten Welinder)
#include "config.h"
-#include <ctype.h>
-
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
# include <windows.h>
# undef STRICT
# include <lmcons.h> /* For UNLEN */
-# include <ctype.h>
#endif /* G_PLATFORM_WIN32 */
#ifdef G_OS_WIN32
}
for (i=0; i<nkeys; i++)
- if (g_ascii_strncasecmp(keys[i].key, p, q - p) == 0 &&
+ if (g_ascii_strncasecmp (keys[i].key, p, q - p) == 0 &&
keys[i].key[q - p] == '\0')
result |= keys[i].value;