changeset 8793:d72a23b2bfb5

[gaim-migrate @ 9555] Methinks this is better. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sat, 24 Apr 2004 11:58:42 +0000
parents 43d6c08d7e96
children 4048e93b8ece
files src/internal.h
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/internal.h	Sat Apr 24 09:02:28 2004 +0000
+++ b/src/internal.h	Sat Apr 24 11:58:42 2004 +0000
@@ -45,9 +45,9 @@
 #  define ngettext(Singular, Plural, Number) ((Number == 1) ? (Singular) : (Plural))
 #endif
 /*
- * The Singular/Plural/Number ngettext define'd above was taken from 
- * an email to the texinfo mailing list by Manuel Guerrero.  Thank 
- * you Manuel, and thank you Alex's good friend Google.
+ * The Singular/Plural/Number ngettext definition above was taken
+ * from an email to the texinfo mailing list by Manuel Guerrero.
+ * Thank you Manuel, and thank you Alex's good friend Google.
  */
 
 #ifdef HAVE_ENDIAN_H