diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-02-25 19:28:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-02-25 19:28:48 +0000 |
commit | d47d149aa63898f2ef6ab28a176de34d339a098f (patch) | |
tree | c2ac615472d5af7a00c312e3c1ac38a4cda44f77 /demos | |
parent | af12141d2da2a59c9ccb46e8b2d3b422d41360eb (diff) | |
download | gdk-pixbuf-d47d149aa63898f2ef6ab28a176de34d339a098f.tar.gz |
Remove a C++ comment. (#168531, Paul Cornett)
2005-02-25 Matthias Clasen <mclasen@redhat.com>
* demos/testpixbuf.c (main): Remove a C++ comment. (#168531,
Paul Cornett)
Diffstat (limited to 'demos')
-rw-r--r-- | demos/testpixbuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 5e211be74..f84ebc2f8 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -525,7 +525,7 @@ main (int argc, char **argv) gtk_init (&argc, &argv); - // gdk_rgb_set_verbose (TRUE); + /* gdk_rgb_set_verbose (TRUE);*/ gtk_widget_set_default_colormap (gdk_rgb_get_colormap ()); |