Remove the illegal semicolon after extern "C" {}

This commit is contained in:
mcmullen%netscape.com 1999-02-22 22:25:10 +00:00
Родитель f4aa50fce9
Коммит 23ae585495
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -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

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

@ -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