summaryrefslogtreecommitdiffstats
path: root/util/system/progname.h
diff options
context:
space:
mode:
authorqwerty <[email protected]>2022-02-10 16:49:25 +0300
committerDaniil Cherednik <[email protected]>2022-02-10 16:49:25 +0300
commitca6b8a0150d5ee4cc8fb804d1285d9c32fb4fe88 (patch)
tree5d5cb817648f650d76cf1076100726fd9b8448e8 /util/system/progname.h
parent34e37ee57f5837a8da2fdfaccaac9bbe6c7f02ba (diff)
Restoring authorship annotation for <[email protected]>. Commit 2 of 2.
Diffstat (limited to 'util/system/progname.h')
-rw-r--r--util/system/progname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/util/system/progname.h b/util/system/progname.h
index 75788605e57..e5e2a0eee29 100644
--- a/util/system/progname.h
+++ b/util/system/progname.h
@@ -3,11 +3,11 @@
#include <util/generic/fwd.h>
void SetProgramName(const char* argv0);
-
+
#define SAVE_PROGRAM_NAME \
do { \
SetProgramName(argv[0]); \
} while (0)
-
+
/// guaranted return the same immutable instance of TString
const TString& GetProgramName();