projects
/
oweals
/
cde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0a6172
)
dtprintinfo: remove register keyword
author
Jon Trulson
<jon@radscan.com>
Wed, 27 Jun 2018 23:32:57 +0000
(17:32 -0600)
committer
Jon Trulson
<jon@radscan.com>
Thu, 28 Jun 2018 04:20:34 +0000
(22:20 -0600)
cde/programs/dtprintinfo/libUI/MotifUI/Debug.c
patch
|
blob
|
history
diff --git
a/cde/programs/dtprintinfo/libUI/MotifUI/Debug.c
b/cde/programs/dtprintinfo/libUI/MotifUI/Debug.c
index 08a3b76fb959cc8721fa2426a894c67f1566f768..f9e0180908cc1cf5b148869b954e59b58a2d96f8 100644
(file)
--- a/
cde/programs/dtprintinfo/libUI/MotifUI/Debug.c
+++ b/
cde/programs/dtprintinfo/libUI/MotifUI/Debug.c
@@
-129,7
+129,7
@@
PrintXError(
char mesg[BUFSIZ];
char number[32];
char *mtype = "XlibMessage";
-
register
_XExtension *ext = (_XExtension *)NULL;
+ _XExtension *ext = (_XExtension *)NULL;
_XExtension *bext = (_XExtension *)NULL;
XGetErrorText(dpy, event->error_code, buffer, BUFSIZ);
XGetErrorDatabaseText(dpy, mtype, "XError", "X Error", mesg, BUFSIZ);