summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-01-06 00:07:48 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-01-06 00:14:02 -0500
commita601b43b8371bcf637e917c53dcdf7300ab4d556 (patch)
tree100b918995b1fa4473b026be67d738f2a8c225f8 /examples
parent4d8c7c57829392194658a1dd7a2dcf0e5e66fcc8 (diff)
downloadgtk+-a601b43b8371bcf637e917c53dcdf7300ab4d556.tar.gz
Cosmetic changes
Diffstat (limited to 'examples')
-rw-r--r--examples/hello-world.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/hello-world.c b/examples/hello-world.c
index 50c792f12f..204b46eb4d 100644
--- a/examples/hello-world.c
+++ b/examples/hello-world.c
@@ -1,7 +1,8 @@
#include <gtk/gtk.h>
/* This is a callback function. The data arguments are ignored
- * in this example. More on callbacks below. */
+ * in this example. More on callbacks below.
+ */
static void
print_hello (GtkWidget *widget,
gpointer data)