An #endif was missing

This commit is contained in:
ceriel 1987-02-24 12:38:21 +00:00
parent a67f2c7dc4
commit c6a689bcbd

View File

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