summaryrefslogtreecommitdiff
path: root/src/TMkey.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2019-03-19 20:04:40 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2019-04-15 19:43:34 -0400
commitc131d277ef061716b97e27cccc094bf1c0ae222f (patch)
tree568a0146a115d187865fc6ad65ec9dfca5ce4de3 /src/TMkey.c
parentc66f453b4089b7af7ee14be7c5f817e8dd98be1e (diff)
eliminate casts of NULL for String* and Cardinal*, since those are unnecessary
as well as interfere with proposed const-string changes. Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
Diffstat (limited to 'src/TMkey.c')
-rw-r--r--src/TMkey.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TMkey.c b/src/TMkey.c
index 353bf98..6071658 100644
--- a/src/TMkey.c
+++ b/src/TMkey.c
@@ -185,7 +185,7 @@ Boolean _XtComputeLateBindings(
XtAppWarningMsg(XtDisplayToApplicationContext(dpy),
"displayError","invalidDisplay",XtCXtToolkitError,
"Can't find display structure",
- (String *)NULL, (Cardinal *)NULL);
+ NULL, NULL);
return FALSE;
}
_InitializeKeysymTables(dpy, perDisplay);