summaryrefslogtreecommitdiff
path: root/src/misc.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2014-11-21 18:11:19 +0100
committerWill Estes <westes575@gmail.com>2014-11-21 13:58:41 -0500
commit9c8daf867ef0d02ae91b2a2a4e39065cc24f4671 (patch)
treecd8c27fed9b1f8861d2b161df95fcd36c1ab1a6d /src/misc.c
parentd86e0bb1d4e667ddc3f0fbb63e83600e502dd1be (diff)
Fix -Wdocumentation warnings
Diffstat (limited to 'src/misc.c')
-rw-r--r--src/misc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/misc.c b/src/misc.c
index dfb6981..8e0edca 100644
--- a/src/misc.c
+++ b/src/misc.c
@@ -721,7 +721,6 @@ void outn (str)
/** Print "m4_define( [[def]], [[val]])m4_dnl\n".
* @param def The m4 symbol to define.
* @param val The definition; may be NULL.
- * @return buf
*/
void out_m4_define (const char* def, const char* val)
{