summaryrefslogtreecommitdiff
path: root/buff.h
diff options
context:
space:
mode:
authorKatolaZ <katolaz@freaknet.org>2018-05-30 06:55:28 +0100
committerKatolaZ <katolaz@freaknet.org>2018-05-30 06:55:28 +0100
commite65fc4b791951f31d11510b3e214acb42b91730d (patch)
tree1680a03a7797c7d83b73b12772e3d7bab2e41d81 /buff.h
parent652ef404582555d9f7fca855424108a57cdea3ad (diff)
delete_lines refactoredrefactor
Diffstat (limited to 'buff.h')
-rw-r--r--buff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/buff.h b/buff.h
index 020e3b2..14be917 100644
--- a/buff.h
+++ b/buff.h
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include <string.h>
-#define E printf("?\n")
+#define E fprintf(stderr, "?\n")
#define CHECKADDR if (addr1 < addr2){ E; break;}