From ce9ff7e624695a1c7d3fbfd8ac579ffb0607ebe4 Mon Sep 17 00:00:00 2001 From: TheTank20 Date: Wed, 18 Jun 2025 21:17:08 -0500 Subject: [PATCH] Revert "Update cli.h" This reverts commit 714895c61bb18e1592fa3703e54423dbbd22ac31. --- src/cli.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.h b/src/cli.h index 3ad437b..19a4a1f 100644 --- a/src/cli.h +++ b/src/cli.h @@ -93,7 +93,7 @@ public: static int parseCommandLine(int argc, char* argv[], Options *options); static int validateCommandLine(Options* options, char *argv[], json *keys); static void printID(DWORD *pid); - void printKey(char *pk); + static void printKey(char *pk); static bool stripKey(const char *in_key, char out_key[PK_LENGTH]); int BINK1998Generate();