aboutsummaryrefslogtreecommitdiff
path: root/unprotbas.c
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-05-30 15:36:31 -0400
committerB. Watson <urchlay@slackware.uk>2024-05-30 15:36:31 -0400
commitfbca72ec9b3057d0d1ef35ecb1fd75e114774c2a (patch)
tree29878c1365726519546a7137cbbd49c8428828b8 /unprotbas.c
parent019032876e0421dd96d283eb8425f0c1e45ed2b9 (diff)
downloadbw-atari8-tools-fbca72ec9b3057d0d1ef35ecb1fd75e114774c2a.tar.gz
unprotbas: tweak doc.
Diffstat (limited to 'unprotbas.c')
-rw-r--r--unprotbas.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/unprotbas.c b/unprotbas.c
index e7a7df8..7dc183a 100644
--- a/unprotbas.c
+++ b/unprotbas.c
@@ -881,10 +881,7 @@ int main(int argc, char **argv) {
}
if(verbose) {
- if(was_protected)
- fprintf(stderr, "Program was protected.\n");
- else
- fprintf(stderr, "Program was NOT protected.\n");
+ fprintf(stderr, "Program was %sprotected.\n", (was_protected ? "" : "NOT "));
}
if(checkonly) {