diff options
Diffstat (limited to 'src/log.h')
-rw-r--r-- | src/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ class Logger /** * Log an error and quit. The error will pop-up in Windows and will be - * printed to standard error everywhere else. + * printed to standard error everywhere else. */ void error(const std::string &error_text); |