Remove the illegal semicolon after extern "C" {}

git-svn-id: svn://10.0.0.236/trunk@21489 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
mcmullen%netscape.com
1999-02-22 22:25:10 +00:00
parent 14f4b5ee95
commit 2f12896d48
2 changed files with 2 additions and 2 deletions

View File

@@ -40,7 +40,7 @@
#ifdef USE_NSREG
#define XP_BEGIN_PROTOS extern "C" {
#define XP_END_PROTOS };
#define XP_END_PROTOS }
#include "NSReg.h"
#endif