Stupid doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Sep 2013 16:04:46 +0000 (17:04 +0100)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 16 Sep 2013 16:04:46 +0000 (17:04 +0100)
src/lib/print.c

index 829bb4d..12fd023 100644 (file)
@@ -827,7 +827,7 @@ size_t vp_prints(char *out, size_t outlen, VALUE_PAIR const *vp)
 
 /** Print one attribute and value.
  *
- * Complete string with '\t' and '\n' is written to buffer before printing to
+ * Complete string with '\\t' and '\\n' is written to buffer before printing to
  * avoid issues when running with multiple threads.
  *
  * @param fp to output to.