Improve example. (#367625, Ross Burton)
authorMatthias Clasen <mclasen@redhat.com>
Sun, 1 Oct 2006 06:04:54 +0000 (06:04 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 1 Oct 2006 06:04:54 +0000 (06:04 +0000)
2006-10-01  Matthias Clasen  <mclasen@redhat.com>

* glib/tmpl/option.sgml: Improve example.  (#367625, Ross Burton)

docs/reference/ChangeLog
docs/reference/glib/tmpl/option.sgml

index 5b3674b..e15440f 100644 (file)
@@ -1,3 +1,7 @@
+2006-10-01  Matthias Clasen  <mclasen@redhat.com>
+
+       * glib/tmpl/option.sgml: Improve example.  (#367625, Ross Burton) 
+
 Mon Sep 11 14:57:46 2006  Tim Janik  <timj@imendio.com>
 
        * glib/running.sgml: documented G_DEBUG flags resident-modules
index e5965b0..5e895ba 100644 (file)
@@ -108,6 +108,7 @@ int
 main (int argc, char *argv[])
 {
   GError *error = NULL;
+  GOptionContext *context;
 
   context = g_option_context_new ("- test tree model performance");
   g_option_context_add_main_entries (context, entries, GETTEXT_PACKAGE);