diff --git a/mozilla/modules/libreg/src/vr_stubs.h b/mozilla/modules/libreg/src/vr_stubs.h index 70e1bafc9e0..99faa2ea7c5 100644 --- a/mozilla/modules/libreg/src/vr_stubs.h +++ b/mozilla/modules/libreg/src/vr_stubs.h @@ -182,7 +182,6 @@ typedef BufioFile* XP_File; #define XP_FileOpen(path, mode) PR_Open((path), mode ) #define XP_FileClose(file) PR_Close(file) #define XP_FileFlush(file) PR_Sync(file) -#endif typedef PRFileDesc* XP_File;