summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2019-05-31 13:43:57 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2019-05-31 13:45:18 -0700
commit63973d9097d4f914c7637937f3af502116375d58 (patch)
tree9eac0d3e74bf4b848c5544803272cb357e3222ed
parent4f5cc99e46d0795615b9adc668b4c738529cb54a (diff)
Change fallback_resources from char * to String type
Matches declaration of the libXt XtAppInitialize function that the array is passed to. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index d94ea08..691f4f9 100644
--- a/main.c
+++ b/main.c
@@ -83,7 +83,7 @@ static XtResource my_resources[] = {
* The resource that we absolutely need.
*/
-static char *fallback_resources[] = {
+static String fallback_resources[] = {
"Xman*quitButton.translations: #override \\n <Btn1Up>: Quit() reset()",
"Xman*helpButton.sensitive: FALSE",
"Xman*manpageButton.sensitive: FALSE",