Remove some redundant parenthesis; no functional change.
This commit is contained in:
parent
4861f837fb
commit
380b063f9c
41 changed files with 134 additions and 134 deletions
|
@ -154,7 +154,7 @@ FILE *sect_fptr; /* the file we write everything to */
|
|||
struct sctstr **sects;
|
||||
struct sctstr *sectsbuf;
|
||||
int fl_status; /* is anything wrong? */
|
||||
#define STATUS_NO_ROOM (1) /* there was no room to grow */
|
||||
#define STATUS_NO_ROOM 1 /* there was no room to grow */
|
||||
#define NUMTRIES 10 /* keep trying to grow this many times */
|
||||
|
||||
const char *numletter =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue