diff options
| author | Willem Jan Palenstijn | 2009-07-12 22:08:10 +0000 |
|---|---|---|
| committer | Willem Jan Palenstijn | 2009-07-12 22:08:10 +0000 |
| commit | 3427fb3100c84af0d63c8f8136615489fe0c7d47 (patch) | |
| tree | 205c9dda470b460259a4a96a80b78a5c1c56d8d7 /common | |
| parent | 973adc2772a3c84337ab8d8a871a2ddbfd6ee496 (diff) | |
| download | scummvm-rg350-3427fb3100c84af0d63c8f8136615489fe0c7d47.tar.gz scummvm-rg350-3427fb3100c84af0d63c8f8136615489fe0c7d47.tar.bz2 scummvm-rg350-3427fb3100c84af0d63c8f8136615489fe0c7d47.zip | |
Remove double endline
svn-id: r42430
Diffstat (limited to 'common')
| -rw-r--r-- | common/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/util.cpp b/common/util.cpp index 170e972c4f..5f5e31aa93 100644 --- a/common/util.cpp +++ b/common/util.cpp @@ -480,7 +480,7 @@ void NORETURN error(const char *s, ...) { #ifndef __PLAYSTATION2__ fputs(buf_output, stderr); #else - fprintf(stderr, "%s\n", buf_output); + fprintf(stderr, "%s", buf_output); #endif // Unless this error -originated- within the debugger itself, we |
