An #endif was missing

This commit is contained in:
ceriel 1987-02-24 12:38:21 +00:00
parent c24b0dad86
commit 5817719a7c

View file

@ -14,6 +14,7 @@ extern long lseek();
#define PARTDBUG 4 #define PARTDBUG 4
#else #else
#define PARTDBUG 3 #define PARTDBUG 3
#endif
#define NPARTS (PARTDBUG + 1) #define NPARTS (PARTDBUG + 1)
static long offset[MAXSECT]; static long offset[MAXSECT];