Don't put /* within a comment.

Fri Nov 19 15:10:32 2004  Manish Singh  <yosh@gimp.org>

        * xdgmime.c: Don't put /* within a comment.
This commit is contained in:
Manish Singh 2004-11-19 23:16:14 +00:00 committed by Manish Singh
parent a47ebe5794
commit 3d325e30d9
2 changed files with 5 additions and 1 deletions

View 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.

View 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