more cast style consistency
This commit is contained in:
@@ -388,7 +388,7 @@ submit_web_report(const char *msg, char *why){
|
|||||||
// detailrows min(actual,50) Guess since we can't know the
|
// detailrows min(actual,50) Guess since we can't know the
|
||||||
// width of the window.
|
// width of the window.
|
||||||
SWR_ADD("detailrows");
|
SWR_ADD("detailrows");
|
||||||
(void)snprintf(nbuf,sizeof(nbuf),"%d",count+prelines);
|
(void) snprintf(nbuf, sizeof nbuf,"%d",count+prelines);
|
||||||
SWR_ADD(nbuf);
|
SWR_ADD(nbuf);
|
||||||
xargv[xargc++] = 0; // terminate array
|
xargv[xargc++] = 0; // terminate array
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user