diff options
Diffstat (limited to 'src/VarGet.c')
-rw-r--r-- | src/VarGet.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/VarGet.c b/src/VarGet.c index ccd4d10..ce66e6f 100644 --- a/src/VarGet.c +++ b/src/VarGet.c @@ -149,7 +149,7 @@ GetTypedArg( XtAppWarningMsg(XtWidgetToApplicationContext(widget), "unknownType", XtNxtGetTypedArg, XtCXtToolkitError, "Unable to find type of resource for conversion", - (String *)NULL, (Cardinal *)NULL); + NULL, NULL); return; } |