Skip to content

Commit 4f68e8c

Browse files
committed
Merge pull request robbiehanson#217 from RogyMD/patch-1
Critical error when want connect to google.com xD
2 parents d50544e + 0872092 commit 4f68e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GCD/Xcode/ConnectTest/Mobile/ConnectTest/ConnectTestAppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#define HOST @"www.paypal.com"
1515
#define PORT 443
1616
#else
17-
#define HOST @"google.com";
17+
#define HOST @"google.com"
1818
#define PORT 80
1919
#endif
2020

0 commit comments

Comments
 (0)