diff src/util.h @ 6720:41120df7ed94

[gaim-migrate @ 7247] Fixed documentation errors so Doxygen no longer complains. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 03 Sep 2003 05:21:04 +0000
parents 2fed50891afa
children 4ae5d9c3d9ec
line wrap: on
line diff
--- a/src/util.h	Wed Sep 03 04:49:24 2003 +0000
+++ b/src/util.h	Wed Sep 03 05:21:04 2003 +0000
@@ -219,7 +219,7 @@
  *
  * @return The string with carriage returns.
  */
-char *add_cr(const char *);
+char *add_cr(const char *str);
 
 /**
  * Strips all linefeeds from a string.