summaryrefslogtreecommitdiff
path: root/cord/tests
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-02-12 19:13:14 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-02-12 19:13:14 +0300
commit9e18861687f90bbead8d4719fdc251db77628a11 (patch)
treed9ff8e06e801d870c4d0adc0d9a2a761467e47e5 /cord/tests
parent278775291f5f7cb0a6a98900757e76043cda4cd7 (diff)
downloadbdwgc-9e18861687f90bbead8d4719fdc251db77628a11.tar.gz
Fix 'unused label' compiler warning in cord/de
* cord/tests/de.c (main): Remove unused "done" label.
Diffstat (limited to 'cord/tests')
-rw-r--r--cord/tests/de.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cord/tests/de.c b/cord/tests/de.c
index 6f1a5e6a..1b883a6f 100644
--- a/cord/tests/de.c
+++ b/cord/tests/de.c
@@ -589,7 +589,6 @@ char ** argv;
if (c == EOF) break;
do_command(c);
}
-done:
move(LINES-1, 0);
clrtoeol();
refresh();