summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorShawn Hoffman <godisgovernment@gmail.com>2009-09-08 16:07:13 +0000
committerShawn Hoffman <godisgovernment@gmail.com>2009-09-08 16:07:13 +0000
commit3b76f6dc80c50737c79051461f86eb18c4a13b1d (patch)
tree4095f79cd5741ce999afdfef0798ddda968c022f /Source/Core/VideoCommon
parent463e93c41a87b5ebdba2fea607c746ee2a1b3dee (diff)
get rid of the 'ÂŻ' chars in source code...non ascii chars are not really good to have floating around for no reason. http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml?showone=Non-ASCII_Characters#Non-ASCII_Characters
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4231 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/Src/VideoCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/Src/VideoCommon.h b/Source/Core/VideoCommon/Src/VideoCommon.h
index b48ef9b0ce..26ea26b86b 100644
--- a/Source/Core/VideoCommon/Src/VideoCommon.h
+++ b/Source/Core/VideoCommon/Src/VideoCommon.h
@@ -106,7 +106,7 @@ inline float Memory_Read_Float(u32 _uAddress)
// Logging
-// ŻŻŻŻŻŻŻŻŻŻ
+// ----------
void HandleGLError();