adium 3190:3a59318c49f6: Fix syntax error for iPhone compile (?!)
commits at adium.im
commits at adium.im
Wed May 12 03:40:05 UTC 2010
details: http://hg.adium.im/adium/rev/3a59318c49f6
revision: 3190:3a59318c49f6
author: Stephen Holt <sholt at adium.im>
date: Tue May 11 20:39:36 2010 -0700
Fix syntax error for iPhone compile (?!)
diffs (12 lines):
diff -r 68f0336e74f9 -r 3a59318c49f6 Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.h
--- a/Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.h Tue May 11 21:32:52 2010 -0500
+++ b/Frameworks/AutoHyperlinks Framework/Source/AHHyperlinkScanner.h Tue May 11 20:39:36 2010 -0700
@@ -48,7 +48,7 @@
NSDictionary *m_urlSchemes;
NSString *m_scanString;
#ifdef TARGET_OS_IPHONE
- NSString *m_linkifiedString
+ NSString *m_linkifiedString;
#else
NSAttributedString *m_scanAttrString;
NSAttributedString *m_linkifiedString;
More information about the commits
mailing list