summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/xdgmime/ChangeLog4
-rw-r--r--gtk/xdgmime/xdgmime.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog
index 1eface383..64abfddba 100644
--- a/gtk/xdgmime/ChangeLog
+++ b/gtk/xdgmime/ChangeLog
@@ -1,3 +1,7 @@
+Fri Nov 19 15:10:32 2004 Manish Singh <yosh@gimp.org>
+
+ * xdgmime.c: Don't put /* within a comment.
+
2004-11-09 Matthias Clasen <mclasen@redhat.com>
* xdgmime.h: Prefix all symbols.
diff --git a/gtk/xdgmime/xdgmime.c b/gtk/xdgmime/xdgmime.c
index df59f2683..598cdfc44 100644
--- a/gtk/xdgmime/xdgmime.c
+++ b/gtk/xdgmime/xdgmime.c
@@ -605,7 +605,7 @@ xdg_mime_mime_type_subclass (const char *mime,
if (strcmp (umime, ubase) == 0)
return 1;
- /* We really want to handle text/* in GtkFileFilter, so we just
+ /* We really want to handle text/ * in GtkFileFilter, so we just
* turn on the supertype matching
*/
#if 1