From adeb69ba82480fc45955353471be7229940379c6 Mon Sep 17 00:00:00 2001 From: nhkeni Date: Fri, 7 Mar 2025 13:34:53 -0500 Subject: [PATCH] report.c: fix HASH_BINFILE typo --- src/report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/report.c b/src/report.c index 6e82c66c3..b3e73b45a 100644 --- a/src/report.c +++ b/src/report.c @@ -45,7 +45,7 @@ # define HASH_OFLAGS O_RDONLY # define HASH_BINFILE_DECL char *binfile = argv[0]; # if (NH_DEVEL_STATUS == NH_STATUS_BETA) -# define HASH_BINFILE \ +# define HASH_BINFILE() \ if (!binfile || !*binfile) { \ /* If this triggers, investigate CFBundleGetMainBundle */ \ /* or CFBundleCopyExecutableURL. */ \