Missing control path return value

This commit is contained in:
dougt%meer.net 2003-07-08 20:03:35 +00:00
parent a4eefedfc9
commit 14fa809554

View File

@ -121,6 +121,7 @@ nsresult NS_COM XPCOMGlueStartup(const char* xpcomFile)
return NS_ERROR_FAILURE;
}
return rv;
#endif
}