Put a missing NULL character to clear the string

Fork of PubNub by PubNub

Revision:
6:09d0a383fdde
Parent:
0:9858347c382d
diff -r cfcba723d245 -r 09d0a383fdde PubNub.cpp
--- a/PubNub.cpp	Mon Mar 24 20:06:55 2014 +0000
+++ b/PubNub.cpp	Tue May 20 11:43:18 2014 +0000
@@ -1,7 +1,7 @@
 #include <cstring>
 
 #include "mbed.h"
-#include "EthernetInterface.h"
+#include "TCPSocketConnection.h"
 
 #include "PubNub.h"