summaryrefslogtreecommitdiffstats
path: root/src/cmd/devdraw/osx-srv.c
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2009-06-16 07:16:25 -0700
committerRuss Cox <rsc@swtch.com>2009-06-16 07:16:25 -0700
commit4a34106c7d95df617021900f5d52a79f5a502288 (patch)
treebbc0665d9d560f0323ab2b15a66321950fc6dbb2 /src/cmd/devdraw/osx-srv.c
parentb8f457199c4228aed8a8049639e85df2c9cbe858 (diff)
parentb8f457199c4228aed8a8049639e85df2c9cbe858 (diff)
downloadplan9port-4a34106c7d95df617021900f5d52a79f5a502288.tar.gz
plan9port-4a34106c7d95df617021900f5d52a79f5a502288.zip
merge
Diffstat (limited to 'src/cmd/devdraw/osx-srv.c')
-rw-r--r--src/cmd/devdraw/osx-srv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cmd/devdraw/osx-srv.c b/src/cmd/devdraw/osx-srv.c
index 10baf0f3..ae14ba18 100644
--- a/src/cmd/devdraw/osx-srv.c
+++ b/src/cmd/devdraw/osx-srv.c
@@ -238,7 +238,7 @@ runmsg(Wsysmsg *m)
break;
case Tlabel:
- setlabel(m->label);
+ kicklabel(m->label);
replymsg(m);
break;