summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 20:21:22 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-07 20:21:22 +0800
commit1796df688f0f3e5c72f917bb73ec9c90a7c47670 (patch)
treef8e1c837e009a6b2384f29e07e607fb2390d4acc
parent8d39a1faa0e387829a30e1f56af6eb6437cdcb4d (diff)
uniconv: indent the error code
-rw-r--r--uniconv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uniconv.h b/uniconv.h
index 2dc809f..2840a17 100644
--- a/uniconv.h
+++ b/uniconv.h
@@ -14,7 +14,7 @@ extern "C" {
#define UNICONV_EILSEQ (-1)
#define UNICONV_E2BIG (-2)
#define UNICONV_EINVAL (-3)
-#define UNICONV_EBADF (-4)
+#define UNICONV_EBADF (-4)
uniconv_t*
uniconv_open(const char *from, const char *to);