Skip to content

Commit 0872092

Browse files
committed
Critical error when want connect to google.com xD
1 parent d50544e commit 0872092

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)