summaryrefslogtreecommitdiff
path: root/graphics.c
diff options
context:
space:
mode:
authorTim Edwards <tim@opencircuitdesign.com>2015-10-13 21:29:05 -0400
committerTim Edwards <tim@opencircuitdesign.com>2015-10-13 21:29:05 -0400
commitcc4a6528b1e5ecf46785e621fb20d1b31876b9bd (patch)
tree2c6266d77041f98d5869a70348fc7cd981840b0f /graphics.c
parentb444a3fa01283972eee8d6ad28f9754d3870de91 (diff)
Minor corrections to the last check-in, which prevented the toplevel
command from working correctly.
Diffstat (limited to 'graphics.c')
-rw-r--r--graphics.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics.c b/graphics.c
index a1d3f16..06c8624 100644
--- a/graphics.c
+++ b/graphics.c
@@ -498,7 +498,7 @@ int GUI_init(Tcl_Interp *interp)
tkwind = Tk_NameToWindow(interp, qrouterdrawwin, tktop);
if (tkwind == NULL) {
- tcl_printf(stderr, "The Tk window hierarchy must be rooted at"
+ tcl_printf(stderr, "The Tk window hierarchy must be rooted at "
".qrouter or $drawwindow must point to the drawing window\n");
return TCL_ERROR;
}