Use 0 instead of EXIT_SUCCESS.

This commit is contained in:
bkaradzic
2013-04-18 21:15:06 -07:00
parent 4f4b08f99c
commit 8f7676b1bf

View File

@@ -30,7 +30,7 @@ namespace bx
, m_fn(NULL)
, m_userData(NULL)
, m_stackSize(0)
, m_exitCode(EXIT_SUCCESS)
, m_exitCode(0 /*EXIT_SUCCESS*/)
, m_running(false)
{
}