Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
venam committed Apr 10, 2015
1 parent aaa617c commit db4180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manager/dlder/dlder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ mg_status dlder::get_status()
///=================================================================================///
void dlder::pause_unpause()
{
dlder_paused_flag = dlder_paused_flag? false: true;
dlder_paused_flag = !dlder_paused_flag;
}
///=================================================================================///

Expand Down

0 comments on commit db4180f

Please sign in to comment.