From 6d844032442f36b924e1c270a123dc970ddd96a6 Mon Sep 17 00:00:00 2001 From: jakob Date: Tue, 17 Jan 2017 15:29:07 -0500 Subject: Improved readability. --- src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cli.h') diff --git a/src/cli.h b/src/cli.h index 5874fb2..d02bca7 100644 --- a/src/cli.h +++ b/src/cli.h @@ -40,7 +40,7 @@ struct configuration { int quiet; /* Level of output verbosity. */ game_type game; /* Which decryption key to use. */ mode_type mode; /* What to do after initial sanity checks. */ - const char *archive_path; /* Path to archive to extract. */ + const char *archive; /* Path to archive to extract. */ }; /* General subroutine for parsing command-line arguments. Returns a -- cgit v1.3