Fix previous commit.

This commit is contained in:
Claudio Saavedra 2006-09-20 17:13:02 +00:00
parent 6907a54ddd
commit b22bfcc7fc

View file

@ -396,7 +396,7 @@ is_supported_mime_type (const char *mime_type)
GQuark quark;
GSList *result;
if (mime_type != NULL) {
if (mime_type == NULL) {
return FALSE;
}