aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/parse-input.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/parse-input.c')
-rw-r--r--src/hyper/parse-input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hyper/parse-input.c b/src/hyper/parse-input.c
index 1c619151..727acc9d 100644
--- a/src/hyper/parse-input.c
+++ b/src/hyper/parse-input.c
@@ -562,9 +562,9 @@ parse_radioboxes()
/* quick search for the name in the current list */
if (already_there(newrb->name)) {
+ fprintf(stderr, "Tried to redefine radioboxes %s\n", newrb->name);
free(newrb->name);
free(newrb);
- fprintf(stderr, "Tried to redefine radioboxes %s\n", newrb->name);
print_page_and_filename();
jump();
}