mirror of
git://c9x.me/qbe.git
synced 2026-04-05 09:59:47 +00:00
use the new && in test/prime.c
This commit is contained in:
parent
232b0356eb
commit
1f2261b5a3
@ -17,8 +17,7 @@ main() {
|
||||
t++;
|
||||
}
|
||||
if (p) {
|
||||
if (c % 10 == 0)
|
||||
if (c != 0)
|
||||
if (c && c % 10 == 0)
|
||||
printf("\n");
|
||||
printf("%4d ", n);
|
||||
c++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user