diff options
author | bloodstalker <thabogre@gmail.com> | 2017-04-02 12:06:25 +0000 |
---|---|---|
committer | bloodstalker <thabogre@gmail.com> | 2017-04-02 12:06:25 +0000 |
commit | 90f5834d0ffd9abc5a435ebc20aebc03d7ca2187 (patch) | |
tree | cd7391c9256bd7c2414edacfefe0c4568e4b599c /daemon/mutatorclient.c | |
parent | general overhaul to how the server handles the command execution. fixed the n... (diff) | |
download | mutator-90f5834d0ffd9abc5a435ebc20aebc03d7ca2187.tar.gz mutator-90f5834d0ffd9abc5a435ebc20aebc03d7ca2187.zip |
disbaled a macro
Diffstat (limited to 'daemon/mutatorclient.c')
-rw-r--r-- | daemon/mutatorclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon/mutatorclient.c b/daemon/mutatorclient.c index 0addc76..1cbfd0a 100644 --- a/daemon/mutatorclient.c +++ b/daemon/mutatorclient.c @@ -20,7 +20,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.* /**********************************************************************************************************************/ /*macros*/ #define __DBG -#if 0 +#if 1 #undef __DBG #endif /**********************************************************************************************************************/ |