diff options
Diffstat (limited to 'src/common/core.h')
-rw-r--r-- | src/common/core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/core.h b/src/common/core.h index 6722ca2..44473e9 100644 --- a/src/common/core.h +++ b/src/common/core.h @@ -13,7 +13,7 @@ extern bool runflag; extern int do_init (int, char **); /// Cleanup function called whenever a signal kills us -/// NOT currently called when exit() is called +/// or when if we manage to exit() gracefully. extern void term_func (void); #endif // CORE_H |