changeset 22090:8c1d618e10e0

Fix a typo that's technically correct but is irritating me.
author John Bailey <rekkanoryo@rekkanoryo.org>
date Sun, 13 Jan 2008 00:19:23 +0000
parents 1e227e2587e6
children 02fc6697f38c
files libpurple/protocols/yahoo/yahoo_packet.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/yahoo/yahoo_packet.h	Sat Jan 12 22:05:52 2008 +0000
+++ b/libpurple/protocols/yahoo/yahoo_packet.h	Sun Jan 13 00:19:23 2008 +0000
@@ -101,7 +101,7 @@
 	YAHOO_SERVICE_AUTH_REQ_15 = 0xd6,
 	YAHOO_SERVICE_CHGRP_15 = 0xe7,
 	YAHOO_SERVICE_STATUS_15 = 0xf0,
-	YAHOO_SERVICE_LIST_15 = 0Xf1,
+	YAHOO_SERVICE_LIST_15 = 0xf1,
 	YAHOO_SERVICE_FILETRANS_15 = 0xdc,
 	YAHOO_SERVICE_FILETRANS_INFO_15 = 0xdd,
 	YAHOO_SERVICE_FILETRANS_ACC_15 = 0xde,