summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);