Skip to content
This repository has been archived by the owner on Apr 22, 2019. It is now read-only.

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OlehKulykov committed Sep 12, 2016
1 parent 51ca36d commit 67c16f4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/FCClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1100,8 +1100,7 @@ namespace FayeCpp {
#define STRING_I(s) #s
#define TO_STRING(s) STRING_I(s)

const char * Client::info()
{
const char * Client::info() {
const char * info = "\nFayeCpp client library based on Bayeux protocol.\n"
" - Client Bayeux minimum version: " CLIENT_BAYEUX_MINIMUM_VERSION "\n"

Expand Down

0 comments on commit 67c16f4

Please sign in to comment.