Commit e63d0dd3 authored by Ryan C. Gordon's avatar Ryan C. Gordon

Fixed comment.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%404416
parent 5c1ec528
...@@ -47,7 +47,7 @@ extern "C" { ...@@ -47,7 +47,7 @@ extern "C" {
/* /*
These are macros and not first class functions so that the debugger breaks These are macros and not first class functions so that the debugger breaks
on the assertion line and not in some random guts of SDL, and so each on the assertion line and not in some random guts of SDL, and so each
macro can have unique static variables associated with it. assert can have unique static variables associated with it.
*/ */
#if (defined(_MSC_VER) && ((_M_IX86) || (_M_X64))) #if (defined(_MSC_VER) && ((_M_IX86) || (_M_X64)))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment