remove unnecessary semicolon which breaks the build for some gcc versions.

no bug, rs=bsmedberg
This commit is contained in:
cbiesinger%web.de 2003-11-04 20:51:08 +00:00
parent ba1a789bef
commit c4b48c036f

View File

@ -28,5 +28,5 @@ struct nsStaticModuleInfo {
extern "C" {
typedef nsresult (PR_CALLBACK *NSGetStaticModuleInfoFunc)(nsStaticModuleInfo **info, PRUint32 *count);
extern NS_COM NSGetStaticModuleInfoFunc NSGetStaticModuleInfo;
};
}