libdtterm: Resolve uninitialized warnings
This commit is contained in:
committed by
Jon Trulson
parent
108c2fab2c
commit
fa4fe1fb47
@@ -599,7 +599,7 @@ CreateMenu(Widget termView, Widget parent, Boolean menuBar,
|
||||
Arg arglist[20];
|
||||
Arg *newArglist;
|
||||
int i;
|
||||
KeySym ks;
|
||||
KeySym ks = NoSymbol;
|
||||
char *accelerator;
|
||||
char *acceleratorText;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user