Ticket #30342: patch-ARB-count.c.diff
File patch-ARB-count.c.diff, 528 bytes (added by matt.cottrell@…, 13 years ago) |
---|
-
GDE/SUPPORT/count.c
old new 255 255 } 256 256 if(special) 257 257 (*num) = *denom - (int)fnum; 258 return ;258 return 0; 259 259 } 260 260 261 261 … … 317 317 aval[i] = c; 318 318 aval[i] = '\0'; 319 319 } 320 return ;320 return 0; 321 321 } 322 322 323 323 SetPart() … … 369 369 partg[j] = (float)g / (float)tot; 370 370 partu[j] = (float)u / (float)tot; 371 371 } 372 return ;372 return 0; 373 373 } 374 374 375 375 … … 394 394 printf("\n"); 395 395 jj++; 396 396 } 397 return ;397 return 0; 398 398 } 399 399 400 400