aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/svnversion/svnversion.h
diff options
context:
space:
mode:
authormaximm <maximm@yandex-team.ru>2022-02-10 16:49:58 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:49:58 +0300
commit5183541d46a8a69d1c5cb30f16332b274981add4 (patch)
tree683bc338c74b920cd4fb10e4e3066d59999bc26d /library/cpp/svnversion/svnversion.h
parenta31ce856ad7b42f9fb7919b87cc1f22bc79fb9d0 (diff)
downloadydb-5183541d46a8a69d1c5cb30f16332b274981add4.tar.gz
Restoring authorship annotation for <maximm@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'library/cpp/svnversion/svnversion.h')
-rw-r--r--library/cpp/svnversion/svnversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/cpp/svnversion/svnversion.h b/library/cpp/svnversion/svnversion.h
index b99615daa9..5b947cad33 100644
--- a/library/cpp/svnversion/svnversion.h
+++ b/library/cpp/svnversion/svnversion.h
@@ -4,7 +4,7 @@
#define PROGRAM_VERSION GetProgramSvnVersion()
#define ARCADIA_SOURCE_PATH GetArcadiaSourcePath()
#define PRINT_VERSION PrintSvnVersionAndExit(argc, (char**)argv)
-#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
+#define PRINT_VERSION_EX(opts) PrintSvnVersionAndExitEx(argc, (char**)argv, opts)
#endif
#include <util/system/compiler.h>