Bug 205609 control reaches end of non-void function GetSpecialSystemDirectory and lots of unhandled enumeration values

r=dougt


git-svn-id: svn://10.0.0.236/trunk@142899 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
timeless%mozdev.org
2003-05-25 07:11:51 +00:00
parent daaedf6e35
commit dcd7af88d8

View File

@@ -767,7 +767,10 @@ GetSpecialSystemDirectory(SystemDirectories aSystemSystemDirectory,
aFile);
}
#endif
default:
break;
}
return NS_ERROR_NOT_AVAILABLE;
}
#if defined (XP_MACOSX)