[yelp/webkit] Use C-style comment in yelp-info-parser.c, to fix debug build



commit 0066867bd929ba1f6d4003721ca9ae03f71b3804
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Tue Aug 18 19:03:45 2009 -0300

    Use C-style comment in yelp-info-parser.c, to fix debug build

 src/yelp-info-parser.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/yelp-info-parser.c b/src/yelp-info-parser.c
index 01093cc..9731d76 100644
--- a/src/yelp-info-parser.c
+++ b/src/yelp-info-parser.c
@@ -83,7 +83,7 @@ info_image_get_attributes (gchar const* string)
       if (!*value)
 	value = g_match_info_fetch (match_info, 3);
       g_hash_table_insert (h, key, value);
-      //fprintf (stderr, "Found: %s -> %s\n", key, value);
+      /* fprintf (stderr, "Found: %s -> %s\n", key, value); */
       g_match_info_next (match_info, NULL);
     }
   g_match_info_free (match_info);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]