Update Func and Comments

This commit is contained in:
daleclack 2021-06-28 15:53:21 +08:00
parent b14b420397
commit a75ebab4ec
1 changed files with 5 additions and 5 deletions

View File

@ -30,9 +30,9 @@ static const char * const supported_globs[]={
}; };
static inline gboolean mime_type_supported(){ static inline gboolean mime_type_supported(){
#ifdef G_OS_WIN32 #ifdef G_OS_WIN32
return FALSE; return FALSE;
#else #else
return TRUE; return TRUE;
#endif #endif
} }