diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 00:07:48 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 00:14:02 -0500 |
commit | a601b43b8371bcf637e917c53dcdf7300ab4d556 (patch) | |
tree | 100b918995b1fa4473b026be67d738f2a8c225f8 /examples | |
parent | 4d8c7c57829392194658a1dd7a2dcf0e5e66fcc8 (diff) | |
download | gtk+-a601b43b8371bcf637e917c53dcdf7300ab4d556.tar.gz |
Cosmetic changes
Diffstat (limited to 'examples')
-rw-r--r-- | examples/hello-world.c | 3 |
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) |