]> Pileus Git - ~andy/gtk/commitdiff
Don't put /* within a comment.
authorManish Singh <yosh@gimp.org>
Fri, 19 Nov 2004 23:16:14 +0000 (23:16 +0000)
committerManish Singh <yosh@src.gnome.org>
Fri, 19 Nov 2004 23:16:14 +0000 (23:16 +0000)
Fri Nov 19 15:10:32 2004  Manish Singh  <yosh@gimp.org>

        * xdgmime.c: Don't put /* within a comment.

gtk/xdgmime/ChangeLog
gtk/xdgmime/xdgmime.c

index 1eface383e4438220108a8544ccacef06e9fb786..64abfddbada0f8cfd8ebda84f469541d3dc4881d 100644 (file)
@@ -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.
index df59f26834d4d293dc1a9e5f0a4631da2bfb8871..598cdfc441754b65701f1a575a2c7edd8f96ee52 100644 (file)
@@ -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