more cast style consistency

This commit is contained in:
nhmall
2023-11-13 20:31:02 -05:00
parent ee732d4054
commit d064ac2cda
18 changed files with 44 additions and 44 deletions

View File

@@ -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