Squash errors from doxygen (fix typos and unescaped command characters).
[ircu2.10.12-pk.git] / include / s_stats.h
index a0de3e0c68ebd78b64c7e03f07046ab7eea57c6d..9bc3825d1399c422d49e8dfa79476a6fd641086b 100644 (file)
@@ -42,7 +42,7 @@ typedef void (*StatFunc)(struct Client *cptr, const struct StatDesc *sd, char *p
 /** Statistics entry. */
 struct StatDesc
 {
-  char         sd_c;           /**< stats character (or '\0') */
+  char         sd_c;           /**< stats character (or '\\0') */
   char        *sd_name;        /**< full name for stats */
   unsigned int sd_flags;       /**< flags to control the stats */
   enum Feature sd_control;     /**< feature controlling stats */