aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ptx.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ptx.c b/src/ptx.c
index 87fde8352..c4712e0c6 100644
--- a/src/ptx.c
+++ b/src/ptx.c
@@ -85,9 +85,9 @@ static enum Format output_format = UNKNOWN_FORMAT;
/* output format */
static bool ignore_case = false; /* fold lower to upper for sorting */
-static char const *break_file = nullptr; /* name of the 'Break chars' file */
+static char const *break_file = nullptr; /* name of the 'Break chars' file */
static char const *only_file = nullptr; /* name of the 'Only words' file */
-static char const *ignore_file = nullptr; /* name of the 'Ignore words' file */
+static char const *ignore_file = nullptr; /* name of the 'Ignore words' file */
/* Options that use regular expressions. */
struct regex_data