diff options
author | B. Watson <urchlay@slackware.uk> | 2024-05-19 05:15:55 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2024-05-19 05:15:55 -0400 |
commit | 264afef117442f5b1e83183ecd27046b6ecf71b5 (patch) | |
tree | 60dc1a6a031f35768b8d26c79d126cd4d3b43203 /unprotbas.c | |
parent | ffeba14c10e1cf7f2936cd9249a352474c0e9526 (diff) | |
download | bw-atari8-tools-264afef117442f5b1e83183ecd27046b6ecf71b5.tar.gz |
unprotbas: tweak docs.
Diffstat (limited to 'unprotbas.c')
-rw-r--r-- | unprotbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unprotbas.c b/unprotbas.c index 845c75b..02263ca 100644 --- a/unprotbas.c +++ b/unprotbas.c @@ -489,7 +489,7 @@ int main(int argc, char **argv) { if(was_protected) fprintf(stderr, "Program was protected.\n"); else - fprintf(stderr, "Program was not protected.\n"); + fprintf(stderr, "Program was NOT protected.\n"); if(checkonly) { fprintf(stderr, "Check-only mode; no output written.\n"); |