summaryrefslogtreecommitdiff
path: root/gconvert.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2000-11-13 19:01:28 +0000
committerOwen Taylor <otaylor@src.gnome.org>2000-11-13 19:01:28 +0000
commitb1376c12d9074db95003f2673f53036b571b52e9 (patch)
tree3a5ab2a980c74b6b105bc1b28be75836a95bb86e /gconvert.h
parent8eb6625370dfbead0fce329355bd07732d0eeda9 (diff)
downloadglib-b1376c12d9074db95003f2673f53036b571b52e9.tar.gz
Up version to 1.3.2
Mon Nov 13 14:00:20 2000 Owen Taylor <otaylor@redhat.com> * configure.in: Up version to 1.3.2 * gconvert.h (enum GConvertError): Remove trailing , * gfileutils.c (g_file_open_tmp): Fix comment to properly describe return value.
Diffstat (limited to 'gconvert.h')
-rw-r--r--gconvert.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gconvert.h b/gconvert.h
index b2e959226..ce19b3672 100644
--- a/gconvert.h
+++ b/gconvert.h
@@ -37,7 +37,7 @@ typedef enum
G_CONVERT_ERROR_NO_CONVERSION,
G_CONVERT_ERROR_ILLEGAL_SEQUENCE,
G_CONVERT_ERROR_FAILED,
- G_CONVERT_ERROR_PARTIAL_INPUT,
+ G_CONVERT_ERROR_PARTIAL_INPUT
} GConvertError;
#define G_CONVERT_ERROR g_convert_error_quark()