From: Andre Noll Date: Sat, 29 Dec 2007 20:43:50 +0000 (+0100) Subject: Fix a doxygen warning. X-Git-Tag: v0.3.0~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=c23b53b5e767a19cf000dde47294bb69cf1fc1a1 Fix a doxygen warning. --- diff --git a/error.h b/error.h index 3fa657e6..4a885ec9 100644 --- a/error.h +++ b/error.h @@ -476,7 +476,7 @@ _static_inline_ int is_errno(int num, int _errno) /** * Paraslash's version of strerror(3). * - * \param int The error number. + * \param num The error number. * * \return The error text of \a num. */