An #endif was missing
This commit is contained in:
parent
c24b0dad86
commit
5817719a7c
|
@ -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];
|
||||||
|
|
Loading…
Reference in a new issue