fix clang warnings reported by Tuncer Ayaz
R=rsc http://codereview.appspot.com/6744054
This commit is contained in:
parent
34d629c857
commit
0cfb376070
24 changed files with 586 additions and 588 deletions
|
|
@ -37,7 +37,7 @@ __xtoplan9kbd(XEvent *e)
|
|||
needstack(64*1024); /* X has some *huge* buffers in openobject */
|
||||
/* and they're even bigger on SuSE */
|
||||
XLookupString((XKeyEvent*)e,NULL,0,&k,NULL);
|
||||
if(k == k == NoSymbol)
|
||||
if(k == NoSymbol)
|
||||
return -1;
|
||||
|
||||
if(k&0xFF00){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue