main.c, ft_nutmeg is a const global bool, (forgotten out of order commit)

This commit is contained in:
rlar 2011-07-02 20:50:40 +00:00
parent c91bf551f1
commit 24e80f5013
1 changed files with 1 additions and 1 deletions

View File

@ -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);