From a9766623c2c40a0f3a441d6363d59d1e6ef9c21a Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 18 Nov 2024 00:39:07 +0300 Subject: [PATCH 1/3] main.c: remove superfluous header inclusion --- src/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.c b/src/main.c index ce5e2ec..dfd0e03 100644 --- a/src/main.c +++ b/src/main.c @@ -19,7 +19,6 @@ #include "common.h" -#include "MTPRNG.h" #include "atoumax_base10.h" #include "corrupter.h" #include "file_type.h" From 9680cf6cbaba11cafc9eb067e5d7840ed22f1ff7 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 18 Nov 2024 00:48:02 +0300 Subject: [PATCH 2/3] main.c: help text: reformat --- src/main.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.c b/src/main.c index dfd0e03..afb9590 100644 --- a/src/main.c +++ b/src/main.c @@ -206,8 +206,7 @@ int main(int argc, char** argv) { " -threshold : Controls the amount of change allowed for each " "byte. The\n" " higher the value, the more extensive the " - "modifications will\n" - " be.\n" + "modifications will be.\n" " Value range: [1.." INT2STR(CHAR_BIT) "]\n" " Default value: %" PRIu8 "\n" "\n" From e890bf3751e6df3e6429eb46966ff70c9897e800 Mon Sep 17 00:00:00 2001 From: Intel A80486DX2-66 Date: Mon, 18 Nov 2024 00:48:11 +0300 Subject: [PATCH 3/3] main.c: help text: simplify grammar --- src/main.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.c b/src/main.c index afb9590..46d2352 100644 --- a/src/main.c +++ b/src/main.c @@ -210,11 +210,11 @@ int main(int argc, char** argv) { " Value range: [1.." INT2STR(CHAR_BIT) "]\n" " Default value: %" PRIu8 "\n" "\n" - " -passes : This parameter determines the number of times " - "the file will\n" - " be processed. The higher the value, the longer " - "the overall\n" - " processing time will be.\n" + " -passes : Determines the number of times the file will be " + "processed. The\n" + " higher the value, the longer the overall " + "processing time will\n" + " be.\n" " Value range: [1..%" PRIuMAX "]\n" " Default value: %" PRIuMAX "\n" "\n"