Skip to content

Commit

Permalink
Enable compilation without FEATURE_PERSIST
Browse files Browse the repository at this point in the history
  • Loading branch information
ib authored and mbert committed Nov 24, 2014
1 parent 6d85137 commit e4a962a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions main.c
Expand Up @@ -880,7 +880,9 @@ void term()
gui->term();
gui = NULL;

#ifdef FEATURE_PERSIST
bufpersistsave(NULL);
#endif

/* Flush any final messages */
msgflush();
Expand Down

0 comments on commit e4a962a

Please sign in to comment.