summaryrefslogtreecommitdiff
path: root/glib.h
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>1998-07-21 06:06:12 +0000
committerGeorge Lebl <jirka@src.gnome.org>1998-07-21 06:06:12 +0000
commitd2063fdc7394e89761177030208fda65ec178dce (patch)
treeea242c2a020c45324d26ea51503a98938d86ddbf /glib.h
parent4e2aaa23727e66741c3a08d3bd48cdc6b2f15da2 (diff)
typo fixed for alphas for gint64
Mon Jul 20 23:05:34 1998 George Lebl <jirka@5z.com> * glib.h: typo fixed for alphas for gint64
Diffstat (limited to 'glib.h')
-rw-r--r--glib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib.h b/glib.h
index 77351610a..a0333d291 100644
--- a/glib.h
+++ b/glib.h
@@ -414,7 +414,7 @@ typedef unsigned long guint32;
#if (SIZEOF_LONG == 8)
#define HAVE_GINT64 1
typedef signed long gint64;
-typedef unsigned long gint64;
+typedef unsigned long guint64;
#elif (SIZEOF_LONG_LONG == 8)
#define HAVE_GINT64 1
typedef signed long long gint64;