docs: add missing comment
authorRichard Russon <rich@flatcap.org>
Wed, 21 Mar 2018 01:27:04 +0000 (01:27 +0000)
committerRichard Russon <rich@flatcap.org>
Wed, 28 Mar 2018 02:28:01 +0000 (03:28 +0100)
mutt/logging.c

index d68035992b22c60e283c7bdffc9df37a05adc1cb..e3f031dc3e2c87d7fca8c96f120ea19468ffdc1f 100644 (file)
@@ -208,7 +208,8 @@ void log_file_set_version(const char *version)
 }
 
 /**
- * log_file_running - XXX
+ * log_file_running - Is the log file running?
+ * @retval true If the log file is running
  */
 bool log_file_running(void)
 {