summaryrefslogtreecommitdiff
path: root/Source/Core/DSPCore/Src/DSPIntCCUtil.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-07-09 12:54:35 +0000
committernakeee <nakeee@gmail.com>2009-07-09 12:54:35 +0000
commit7f40dddcd699a001c0af27c0db3de2356a227f63 (patch)
treecdb313a45c939a2b021039a86a5efe5ededb3f77 /Source/Core/DSPCore/Src/DSPIntCCUtil.cpp
parentdb9c9b7c171f799c5be6319c3d89f2932efbfd0a (diff)
DSPLLE comment cleanup
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3726 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/DSPCore/Src/DSPIntCCUtil.cpp')
-rw-r--r--Source/Core/DSPCore/Src/DSPIntCCUtil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DSPCore/Src/DSPIntCCUtil.cpp b/Source/Core/DSPCore/Src/DSPIntCCUtil.cpp
index f880d7b92d..94ccb905ee 100644
--- a/Source/Core/DSPCore/Src/DSPIntCCUtil.cpp
+++ b/Source/Core/DSPCore/Src/DSPIntCCUtil.cpp
@@ -134,7 +134,7 @@ bool CheckCondition(u8 _Condition)
case 0xf: // Empty - always true.
return true;
default:
- ERROR_LOG(DSPLLE, "Unknown condition check: 0x%04x\n", _Condition & 0xf);
+ ERROR_LOG(DSPLLE, "Unknown condition check: 0x%04x", _Condition & 0xf);
return false;
}
}