diff options
| author | 2010-10-08 22:34:47 +0000 | |
|---|---|---|
| committer | 2010-10-08 22:34:47 +0000 | |
| commit | ec998af5e0dd438c1f49bee390413def2f7efae4 (patch) | |
| tree | 7f7660fcbbbcc80bcc78b09c3a5f828f85640f9a /src/tools | |
| parent | 77e7fada3f0bf44f323c1ff9524b5e300733bd02 (diff) | |
Standards and Practices cleanup
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/chdcd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/chdcd.c b/src/tools/chdcd.c index 2be6c783760..c3fbdcdd519 100644 --- a/src/tools/chdcd.c +++ b/src/tools/chdcd.c @@ -429,7 +429,7 @@ chd_error chdcd_parse_cue(const char *tocfname, cdrom_toc *outtoc, chdcd_track_i core_file *fhand; err = core_fopen(lastfname, OPEN_FLAG_READ, &fhand); - if (err != FILERR_NONE) printf("holy shit!\n"); + if (err != FILERR_NONE) printf("holy moley!\n"); else core_fclose(fhand); printf("ERROR: couldn't read [%s] or not a valid .WAV\n", lastfname); |
