diff src/log.h @ 10348:64bc206c7473

[gaim-migrate @ 11562] Ability to read sub-statuses from ~/.gaim/status.xml. We don't actually WRITE these to the file yet, so this doesn't do anything. Also a few other minor changes elsewhere. committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 12 Dec 2004 23:57:52 +0000
parents 84cf3fc8a2cb
children 62fc579810f4
line wrap: on
line diff
--- a/src/log.h	Sun Dec 12 18:20:17 2004 +0000
+++ b/src/log.h	Sun Dec 12 23:57:52 2004 +0000
@@ -38,11 +38,11 @@
 typedef enum {
 	GAIM_LOG_IM,
 	GAIM_LOG_CHAT,
-	GAIM_LOG_SYSTEM,
+	GAIM_LOG_SYSTEM
 } GaimLogType;
 
 typedef enum {
-	GAIM_LOG_READ_NO_NEWLINE = 1,
+	GAIM_LOG_READ_NO_NEWLINE = 1
 } GaimLogReadFlags;
 
 #include "account.h"