Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob1 committed Apr 27, 2016
1 parent a8427ef commit 64f8100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/Client.cpp
Expand Up @@ -348,7 +348,7 @@ bool Client::DoInstallation()
#elif defined(LIN)
#include "icondoc.h"

int success == 1;
int success = 1;
std::string filename = Platform::ExecutableName(), pathname = filename.substr(0, filename.rfind('/'));
for (size_t i = 0; i < filename.size(); i++)
{
Expand Down

0 comments on commit 64f8100

Please sign in to comment.