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

r=dougt
This commit is contained in:
timeless%mozdev.org 2003-05-25 07:11:51 +00:00
Родитель 0c43efe373
Коммит 915641a045
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

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