summaryrefslogtreecommitdiff
path: root/tests/testsocket.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2004-10-28 15:00:05 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-10-28 15:00:05 +0000
commitd5f92150d4b8bffb78cd5110cbb2c28bfdf81136 (patch)
tree0d79978a95c24dcbdb2d9fd577dedf0da2795ece /tests/testsocket.c
parentdbba41045ecb383810fb8962ee9b83998a89c37d (diff)
downloadgtk+-d5f92150d4b8bffb78cd5110cbb2c28bfdf81136.tar.gz
Fix many sparse warnings.
Diffstat (limited to 'tests/testsocket.c')
-rw-r--r--tests/testsocket.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testsocket.c b/tests/testsocket.c
index 682a3354cd..41e8276730 100644
--- a/tests/testsocket.c
+++ b/tests/testsocket.c
@@ -43,7 +43,7 @@ quit_cb (gpointer callback_data,
static GtkItemFactoryEntry menu_items[] =
{
- { "/_File", NULL, 0, 0, "<Branch>" },
+ { "/_File", NULL, NULL, 0, "<Branch>" },
{ "/File/_Quit", "<control>Q", quit_cb, 0 },
};