diff src/prpl.h @ 6735:b0913ab92893

[gaim-migrate @ 7267] This is some compile warning cleanup stuff. I tried compiling with CFLAGS="-ansi -ggdb -pedantic -Wall" It's fun. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 04 Sep 2003 03:50:22 +0000
parents 41120df7ed94
children faa491042c66
line wrap: on
line diff
--- a/src/prpl.h	Thu Sep 04 02:17:23 2003 +0000
+++ b/src/prpl.h	Thu Sep 04 03:50:22 2003 +0000
@@ -91,7 +91,7 @@
  */
 typedef enum
 {
-	GAIM_IM_AUTO_RESP = 0x01,    /**< Auto response.    */
+	GAIM_IM_AUTO_RESP = 0x01    /**< Auto response.    */
 } GaimImFlags;
 
 /**