diff options
Diffstat (limited to 'fluid/code.cxx')
| -rw-r--r-- | fluid/code.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/code.cxx b/fluid/code.cxx index 848f4d27c..66a51901b 100644 --- a/fluid/code.cxx +++ b/fluid/code.cxx @@ -315,7 +315,7 @@ void write_cdata(const char *s, int length) { /** Print a formatted line to the source file. \param[in] format printf-style formatting text - \param[in] arg list of arguments + \param[in] args list of arguments */ void vwrite_c(const char* format, va_list args) { if (varused_test) { |
