diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2020-01-14 20:49:02 +0000 |
commit | 332defa5d8762e8c04e4e707c08ae3893173581f (patch) | |
tree | 3d1096bd168085fd8eac02831142c2466f9b2d26 /lib/libXt/src/ActionHook.c | |
parent | c6b1589c2baee04df73cce89e6ffdaabe9a91a87 (diff) |
Update to libXt 1.2.0. Tested by tb@
Diffstat (limited to 'lib/libXt/src/ActionHook.c')
-rw-r--r-- | lib/libXt/src/ActionHook.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libXt/src/ActionHook.c b/lib/libXt/src/ActionHook.c index b03a116ff..ade4e70d1 100644 --- a/lib/libXt/src/ActionHook.c +++ b/lib/libXt/src/ActionHook.c @@ -136,7 +136,7 @@ void XtRemoveActionHook( else { XtAppWarningMsg(app, "badId", "xtRemoveActionHook", XtCXtToolkitError, "XtRemoveActionHook called with bad or old hook id", - (String*)NULL, (Cardinal*)NULL); + NULL, NULL); } #endif /*DEBUG*/ UNLOCK_APP(app); |