summaryrefslogtreecommitdiff
path: root/xc/lib
diff options
context:
space:
mode:
authorswick <empty>1989-12-13 15:29:11 +0000
committerswick <empty>1989-12-13 15:29:11 +0000
commitb6b2edd0f506587c407bb3f06f8beb56dac96242 (patch)
tree8dd446b61a34d4a59c3cb9d0867234e738d5460c /xc/lib
parentd69bb9e6ab7ff416385866b925ebe849af9b50e4 (diff)
repair error message
Diffstat (limited to 'xc/lib')
-rw-r--r--xc/lib/Xt/VarCreate.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/xc/lib/Xt/VarCreate.c b/xc/lib/Xt/VarCreate.c
index e0c454efd..bb12b660d 100644
--- a/xc/lib/Xt/VarCreate.c
+++ b/xc/lib/Xt/VarCreate.c
@@ -1,6 +1,6 @@
#ifndef lint
static char Xrcsid[] =
- "$XConsortium: VarCreate.c,v 1.7 89/11/13 12:35:05 swick Exp $";
+ "$XConsortium: VarCreate.c,v 1.8 89/11/14 14:24:09 swick Exp $";
#endif
/*
@@ -238,7 +238,7 @@ void XtVaSetSubvalues(base, resources, num_resources, va_alist)
va_end(var);
if (typed_count != 0) {
- XtWarning("XtVaTyped is an invalid argument to XtVaSetSubvalues()\n");
+ XtWarning("XtVaTypedArg is not valid in XtVaSetSubvalues()\n");
}
Va_start(var, num_resources);