main.c, ft_nutmeg is a const global bool, (forgotten out of order commit)
This commit is contained in:
parent
c91bf551f1
commit
24e80f5013
|
|
@ -246,7 +246,7 @@ extern bool ft_getOutReq(FILE **, struct plot **, bool *, char *, char *);
|
|||
|
||||
/* spice.c & nutmeg.c */
|
||||
|
||||
extern bool ft_nutmeg;
|
||||
extern const bool ft_nutmeg;
|
||||
extern IFsimulator *ft_sim;
|
||||
extern char *ft_rawfile;
|
||||
extern int main(int argc, char **argv);
|
||||
|
|
|
|||
Loading…
Reference in New Issue