mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
remove unnecessary semicolon which breaks the build for some gcc versions.
no bug, rs=bsmedberg
This commit is contained in:
parent
ba1a789bef
commit
c4b48c036f
@ -28,5 +28,5 @@ struct nsStaticModuleInfo {
|
||||
extern "C" {
|
||||
typedef nsresult (PR_CALLBACK *NSGetStaticModuleInfoFunc)(nsStaticModuleInfo **info, PRUint32 *count);
|
||||
extern NS_COM NSGetStaticModuleInfoFunc NSGetStaticModuleInfo;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user