summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Naumov <alexander_naumov@opensuse.org>2020-01-10 21:08:45 +0100
committerAlexander Naumov <alexander_naumov@opensuse.org>2020-01-10 21:08:45 +0100
commitef151b339ed78267b94f4ce35126cf6637b6997a (patch)
tree1ef6d4b74e4d02b110a69fdcae71cbf4fed084a0
parent71c14f2345ba89e31ce86399ecc6f4c0be8ba805 (diff)
downloadscreen-ef151b339ed78267b94f4ce35126cf6637b6997a.tar.gz
Typo DEBUG
-rw-r--r--src/screen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screen.c b/src/screen.c
index 04536c8..7dcb9af 100644
--- a/src/screen.c
+++ b/src/screen.c
@@ -1029,7 +1029,7 @@ int main(int ac, char** av)
Panic(0, "$TERM too long - sorry.");
GetTTY(0, &attach_Mode);
-#ifdef DEBUGGGGGGGGGGGGGGG
+#ifdef DEBUG
DebugTTY(&attach_Mode);
#endif /* DEBUG */
}