An #endif was missing
This commit is contained in:
parent
c24b0dad86
commit
5817719a7c
|
@ -14,6 +14,7 @@ extern long lseek();
|
|||
#define PARTDBUG 4
|
||||
#else
|
||||
#define PARTDBUG 3
|
||||
#endif
|
||||
#define NPARTS (PARTDBUG + 1)
|
||||
|
||||
static long offset[MAXSECT];
|
||||
|
|
Loading…
Reference in a new issue