# HG changeset patch
# User Mark Doliner <mark@kingant.net>
# Date 1082807922 0
# Node ID d72a23b2bfb5ff4c4130ad72f4e645984450f937
# Parent  43d6c08d7e96ccc2bf945abe6ef06e1121f15ed3
[gaim-migrate @ 9555]
Methinks this is better.

committer: Tailor Script <tailor@pidgin.im>

diff -r 43d6c08d7e96 -r d72a23b2bfb5 src/internal.h
--- 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