diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-11-02 12:20:46 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-11-02 12:20:46 +0100 |
| commit | 9ce1cdde98bb9c569fe27d952240f69bcdc14720 (patch) | |
| tree | b6e9aed9e22565b68c82fd8bd11ff915eb5ad980 /Source/Core/VideoCommon/BPFunctions.cpp | |
| parent | 24fa4c9e57911b7dc17d1935b3de9da3e8774f14 (diff) | |
| parent | c9e6b05ce90714d4be1093d4d3d3ed33013d5b06 (diff) | |
Merge pull request #4414 from linkmauve/single-newline
Remove double newlines at the end of *_LOG messages
Diffstat (limited to 'Source/Core/VideoCommon/BPFunctions.cpp')
| -rw-r--r-- | Source/Core/VideoCommon/BPFunctions.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/BPFunctions.cpp b/Source/Core/VideoCommon/BPFunctions.cpp index fb7c22c2c8..c268d36c56 100644 --- a/Source/Core/VideoCommon/BPFunctions.cpp +++ b/Source/Core/VideoCommon/BPFunctions.cpp @@ -200,7 +200,7 @@ void OnPixelFormatChange() if (convtype == -1) { - ERROR_LOG(VIDEO, "Unhandled EFB format change: %d to %d\n", static_cast<int>(old_format), + ERROR_LOG(VIDEO, "Unhandled EFB format change: %d to %d", static_cast<int>(old_format), static_cast<int>(new_format)); goto skip; } |
