Fix typo.

This commit is contained in:
Tollef Fog Heen 2007-06-18 23:16:51 +02:00
parent ce499699bc
commit 9c6db22935

View file

@ -1,11 +1,11 @@
--- glib-1.2.8/gstrfuncs.c 2000-04-17 17:05:16.000000000 +0200
+++ glib-1.2.8/gstrfuncs.c.new 2005-04-02 16:39:10.627002672 +0200
@@ -38,10 +38,10 @@
@@ -38,9 +38,10 @@
#include <string.h>
#include <locale.h>
#include <ctype.h> /* For tolower() */
#if !defined (HAVE_STRSIGNAL) || !defined(NO_SYS_SIGLIST_DECL)
#define _GNU_SOURCE
+#define _GNU_SOURCE
#include <signal.h>
#endif
#include "glib.h"