diff options
| author | Eugene Sandulenko | 2009-07-25 10:37:20 +0000 |
|---|---|---|
| committer | Eugene Sandulenko | 2009-07-25 10:37:20 +0000 |
| commit | a69b4d60fc22d4c007d73e19556d84e104f580a6 (patch) | |
| tree | d2f2cf2fb5a613b03880a3208f185a3b177b9ad2 /common | |
| parent | e4088702602aadf2db195d76ed19e07f96408c7c (diff) | |
| download | scummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.tar.gz scummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.tar.bz2 scummvm-rg350-a69b4d60fc22d4c007d73e19556d84e104f580a6.zip | |
Formatting
svn-id: r42746
Diffstat (limited to 'common')
| -rw-r--r-- | common/str.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/str.cpp b/common/str.cpp index deef8bb22d..b422a34c3c 100644 --- a/common/str.cpp +++ b/common/str.cpp @@ -438,8 +438,7 @@ uint String::hash() const { } // static -String String::printf(const char *fmt, ...) -{ +String String::printf(const char *fmt, ...) { String output; assert(output.isStorageIntern()); |
