diff options
Diffstat (limited to 'gdk/gdkpipeiostream.c')
-rw-r--r-- | gdk/gdkpipeiostream.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkpipeiostream.c b/gdk/gdkpipeiostream.c index f0477d5dff..02147e4a12 100644 --- a/gdk/gdkpipeiostream.c +++ b/gdk/gdkpipeiostream.c @@ -34,7 +34,7 @@ typedef struct _GdkIOPipe GdkIOPipe; struct _GdkIOPipe { - gint ref_count; + int ref_count; GMutex mutex; GCond cond; |