diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-20 00:30:11 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-20 00:30:11 +0800 |
commit | 0dea7048b8ace3c52b692f41715906393e3f3bd5 (patch) | |
tree | 5bf7508b2c7020aa31d8dcd0fd57a93b66ba2c94 /libempathy-gtk | |
parent | 11812b89c0872bdf76030bafacfe1015749c6a91 (diff) | |
download | gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar.gz gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar.bz2 gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar.lz gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar.xz gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.tar.zst gsoc2013-empathy-0dea7048b8ace3c52b692f41715906393e3f3bd5.zip |
coding style fixEMPATHY_3_3_3
Diffstat (limited to 'libempathy-gtk')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.c b/libempathy-gtk/empathy-ui-utils.c index 00c8a15a6..4d6168745 100644 --- a/libempathy-gtk/empathy-ui-utils.c +++ b/libempathy-gtk/empathy-ui-utils.c @@ -2238,7 +2238,7 @@ _wnck_get_cardinal (Screen *screen, type = None; result = XGetWindowProperty (display, xwindow, atom, 0, G_MAXLONG, False, XA_CARDINAL, &type, &format, &nitems, - &bytes_after, (void*)&num); + &bytes_after, (void *) &num); err = gdk_error_trap_pop (); if (err != Success || result != Success) |