diff options
author | Gilles Dartiguelongue <gdartigu@svn.gnome.org> | 2007-07-03 20:12:11 +0800 |
---|---|---|
committer | Gilles Dartiguelongue <gdartigu@src.gnome.org> | 2007-07-03 20:12:11 +0800 |
commit | 24c422f89dcba8b085bc15ea6e3230d85472f4e9 (patch) | |
tree | 0e88adb106781119633c43d34d3a21e8bdee4e8d | |
parent | 50cefe36512ccabdf5cf64296588015ca4fa8c4a (diff) | |
download | gsoc2013-evolution-24c422f89dcba8b085bc15ea6e3230d85472f4e9.tar.gz gsoc2013-evolution-24c422f89dcba8b085bc15ea6e3230d85472f4e9.tar.zst gsoc2013-evolution-24c422f89dcba8b085bc15ea6e3230d85472f4e9.zip |
fix iconv-detect.c, second part of bug #444882
2007-07-03 Gilles Dartiguelongue <gdartigu@svn.gnome.org>
* iconv-detect.c: fix iconv-detect.c, second part of bug #444882
svn path=/trunk/; revision=33748
-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 { |