From fbca72ec9b3057d0d1ef35ecb1fd75e114774c2a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 30 May 2024 15:36:31 -0400 Subject: unprotbas: tweak doc. --- unprotbas.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'unprotbas.c') 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) { -- cgit v1.2.3