comparison pidgin-twitter.c @ 14:e58e7c1fcbe5

fixed typo. pointed out by nosuke too. :D
author Yoshiki Yazawa <yaz@cc.rim.or.jp>
date Thu, 01 May 2008 16:36:28 +0900
parents 1a46d5039f0f
children 6be35fe9d18c
comparison
equal deleted inserted replaced
13:1a46d5039f0f 14:e58e7c1fcbe5
42 #define OPT_SOUNDID_RECIPIENT OPT_PIDGINTWITTER "/soundid_recipient" 42 #define OPT_SOUNDID_RECIPIENT OPT_PIDGINTWITTER "/soundid_recipient"
43 #define OPT_SOUNDID_SENDER OPT_PIDGINTWITTER "/soundid_sender" 43 #define OPT_SOUNDID_SENDER OPT_PIDGINTWITTER "/soundid_sender"
44 #define OPT_USERLIST_RECIPIENT OPT_PIDGINTWITTER "/userlist_recipient" 44 #define OPT_USERLIST_RECIPIENT OPT_PIDGINTWITTER "/userlist_recipient"
45 #define OPT_USERLIST_SENDER OPT_PIDGINTWITTER "/userlist_sender" 45 #define OPT_USERLIST_SENDER OPT_PIDGINTWITTER "/userlist_sender"
46 #define RECIPIENT_FORMAT "@<a href='http://twitter.com/%s'>%s</a>" 46 #define RECIPIENT_FORMAT "@<a href='http://twitter.com/%s'>%s</a>"
47 #define SENDER_FORMAT "<a href='http://twitter.com/%s'>%s</a> :" 47 #define SENDER_FORMAT "<a href='http://twitter.com/%s'>%s</a>: "
48 #define DEFAULT_LIST "(list of users: separated with ' ,:;')" 48 #define DEFAULT_LIST "(list of users: separated with ' ,:;')"
49 49
50 #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PIDGINTWITTER_PLUGIN_ID, \ 50 #define twitter_debug(fmt, ...) purple_debug(PURPLE_DEBUG_INFO, PIDGINTWITTER_PLUGIN_ID, \
51 fmt, ## __VA_ARGS__); 51 fmt, ## __VA_ARGS__);
52 #define twitter_error(fmt, ...) purple_debug(PURPLE_DEBUG_ERROR, PIDGINTWITTER_PLUGIN_ID, \ 52 #define twitter_error(fmt, ...) purple_debug(PURPLE_DEBUG_ERROR, PIDGINTWITTER_PLUGIN_ID, \