mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Use 0 instead of EXIT_SUCCESS.
This commit is contained in:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user