summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
Diffstat (limited to 'clients')
-rw-r--r--clients/xzwrite/edit_window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/xzwrite/edit_window.c b/clients/xzwrite/edit_window.c
index 0cfc0c7..9ad1065 100644
--- a/clients/xzwrite/edit_window.c
+++ b/clients/xzwrite/edit_window.c
@@ -26,7 +26,7 @@ void send_message()
/* I should do more interesting things with these error conditions */
XtVaGetValues(editor, XtNstring, (XtArgVal) &buf,
- XTNtextSource, (XtArgVal) &text_source, NULL);
+ XtNtextSource, (XtArgVal) &text_source, NULL);
ret = zeph_send_message(&current_dest, buf);
XawAsciiSourceFreeString(text_source);