Simplify: fprintf -> printf
This commit is contained in:
parent
c1e38b365c
commit
e038ab224d
1 changed files with 1 additions and 1 deletions
|
|
@ -225,7 +225,7 @@ int main(int argc, char *argv[]) {
|
||||||
case 'V': exit(EXIT_SUCCESS);
|
case 'V': exit(EXIT_SUCCESS);
|
||||||
}
|
}
|
||||||
printf("In honor of SwePwnage - the OG disk destroyer\n");
|
printf("In honor of SwePwnage - the OG disk destroyer\n");
|
||||||
fprintf(stdout, copyright, CR_YEAR);
|
printf(copyright, CR_YEAR);
|
||||||
#ifdef BLDDATE
|
#ifdef BLDDATE
|
||||||
printf("Build date: %s\n", BLDDATE);
|
printf("Build date: %s\n", BLDDATE);
|
||||||
#endif
|
#endif
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue