diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | iconv-detect.c | 3 |
2 files changed, 5 insertions, 2 deletions
@@ -1,5 +1,9 @@ 2007-07-03 Gilles Dartiguelongue <gdartigu@svn.gnome.org> + * iconv-detect.c: fix iconv-detect.c, second part of bugĀ #444882 + +2007-07-03 Gilles Dartiguelongue <gdartigu@svn.gnome.org> + * acinclude.m4: introducing AC_HELP_STRING to beautify configure, fixes part of bug #444882 diff --git a/iconv-detect.c b/iconv-detect.c index 67dbd8e6bf..9fc3acda6e 100644 --- a/iconv-detect.c +++ b/iconv-detect.c @@ -20,9 +20,8 @@ * */ - #include <stdio.h> -#include <stdlib.n> +#include <stdlib.h> #include <iconv.h> enum { |