summaryrefslogtreecommitdiff
path: root/gdk/x11/gdkx.h
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2002-09-24 21:31:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-09-24 21:31:22 +0000
commitbeb31ce0f002a52833a33a0175a505d22c089438 (patch)
tree5e45467d3b65822e52ca8582eecffce08e434141 /gdk/x11/gdkx.h
parent15896b962dfa5c959565ed6be36db6a4f1721273 (diff)
downloadgtk+-beb31ce0f002a52833a33a0175a505d22c089438.tar.gz
Add a missing ; to make things compile.
* gdk/x11/gdkx.h: Add a missing ; to make things compile.
Diffstat (limited to 'gdk/x11/gdkx.h')
-rw-r--r--gdk/x11/gdkx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/x11/gdkx.h b/gdk/x11/gdkx.h
index 8f088fffbb..11bd0e17a5 100644
--- a/gdk/x11/gdkx.h
+++ b/gdk/x11/gdkx.h
@@ -128,7 +128,7 @@ GdkColormap* gdkx_colormap_get (Colormap xcolormap);
#endif
GdkColormap *gdk_x11_colormap_foreign_new (GdkVisual *visual,
- Colormap xcolormap)
+ Colormap xcolormap);
/* Return the Gdk* for a particular XID */
gpointer gdk_xid_table_lookup_for_display (GdkDisplay *display,