summaryrefslogtreecommitdiff
path: root/clients
diff options
context:
space:
mode:
authorGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 00:39:14 +0000
committerGravatar Greg Hudson <ghudson@mit.edu>1994-11-12 00:39:14 +0000
commitc79634ef5f565b2386270f11903d7d3da078c719 (patch)
tree0378ffe510af2f12c231a725c3380a5db06556f1 /clients
parent22d0840b1a3771667baa3e171daf89a54e68f60c (diff)
Typo in XtNtextSource.
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);