Put a missing NULL character to clear the string

Fork of PubNub by PubNub

Revision:
2:d78239c9ebb8
Parent:
1:29cc485dcdb1
Child:
3:36f064f7bdf0
diff -r 29cc485dcdb1 -r d78239c9ebb8 PubNub.h
--- a/PubNub.h	Sun Mar 02 01:41:18 2014 +0000
+++ b/PubNub.h	Sun Mar 02 01:43:20 2014 +0000
@@ -85,8 +85,7 @@
      *
      * @param string publish_key required key to send messages.
      * @param string subscribe_key required key to receive messages.
-     * @param string origin optional setting for cloud origin.
-     * @return boolean whether begin() was successful. */
+     * @param string origin optional setting for cloud origin. */
     PubNub(const char *publish_key, const char *subscribe_key, const char *origin = "http://pubsub.pubnub.com");
     
     ~PubNub();