diff options
author | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-04 05:23:53 +0000 |
---|---|---|
committer | John-Mark Gurney <jmg@FreeBSD.org> | 1997-09-04 05:23:53 +0000 |
commit | 9837d1f9b6560f54e69e8a0c74d38c4c8f467a1d (patch) | |
tree | 7beb8b9c049fe0e3d53a9d32b98ff1efc3493761 /audio/nspmod/files/patch-ac | |
parent | update my port (same version). (diff) |
fix some brain deadedness in last commit (disable a couple debugging
statements and add a nl)
Diffstat (limited to '')
-rw-r--r-- | audio/nspmod/files/patch-ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/nspmod/files/patch-ac b/audio/nspmod/files/patch-ac index c2e5be6584bc..e031445d0fdd 100644 --- a/audio/nspmod/files/patch-ac +++ b/audio/nspmod/files/patch-ac @@ -14,7 +14,7 @@ printf("NSPmod version " LIT(VERSION_MAJOR) "." LIT(VERSION_MINOR) "\n"); printf("Usage: %s [options] modfile\n", argv0); printf("Options:\n"); -+ printf(" -b # number of bits to output (8 or 16)"); ++ printf(" -b # number of bits to output (8 or 16)\n"); printf(" -c # play only the channel\n"); printf(" -e show events\n"); printf(" -f # output sample rate\n"); |