diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-11-09 03:16:39 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-11-09 03:16:39 +0300 |
commit | 955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338 (patch) | |
tree | 8f5fc1cd758da4bda6a305ebcd95d3ccd719d98e /src/client.cpp | |
parent | 274737b8d9b46dfcf6fc696123e869bbf6adaaf6 (diff) | |
download | plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.gz plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.bz2 plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.tar.xz plus-955d2dab6f5e75c913bdfa15ed2d6b9c3cdf3338.zip |
Fix code style.
Diffstat (limited to 'src/client.cpp')
-rw-r--r-- | src/client.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/client.cpp b/src/client.cpp index c842d0d00..8e3babf2e 100644 --- a/src/client.cpp +++ b/src/client.cpp @@ -342,7 +342,8 @@ Client::Client(const Options &options): SDL_EnableUNICODE(1); SDL_EnableKeyRepeat(SDL_DEFAULT_REPEAT_DELAY, SDL_DEFAULT_REPEAT_INTERVAL); - SDL_WM_SetCaption(branding.getValue("appName", "ManaPlus").c_str(), nullptr); + SDL_WM_SetCaption(branding.getValue("appName", + "ManaPlus").c_str(), nullptr); ResourceManager *resman = ResourceManager::getInstance(); |