diff options
author | prime <prime@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
---|---|---|
committer | Daniil Cherednik <dcherednik@yandex-team.ru> | 2022-02-10 16:46:00 +0300 |
commit | 3695a7cd42b74a4987d8d5a8f2e2443556998943 (patch) | |
tree | ee79ee9294a61ee00e647684b3700d0a87e102a3 /build/scripts/c_templates/svnversion.h | |
parent | 4d8b546b89b5afc08cf3667e176271c7ba935f33 (diff) | |
download | ydb-3695a7cd42b74a4987d8d5a8f2e2443556998943.tar.gz |
Restoring authorship annotation for <prime@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/scripts/c_templates/svnversion.h')
-rw-r--r-- | build/scripts/c_templates/svnversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/scripts/c_templates/svnversion.h b/build/scripts/c_templates/svnversion.h index 7aece931aa..5b3fca67c8 100644 --- a/build/scripts/c_templates/svnversion.h +++ b/build/scripts/c_templates/svnversion.h @@ -21,7 +21,7 @@ const char* GetArcadiaLastChange() Y_HIDDEN; // "2902074" int GetArcadiaLastChangeNum() Y_HIDDEN; // 2902074 const char* GetArcadiaLastAuthor() Y_HIDDEN; // "dieash" int GetProgramSvnRevision() Y_HIDDEN; // 2902074 -const char* GetVCSDirty() Y_HIDDEN; +const char* GetVCSDirty() Y_HIDDEN; const char* GetProgramHash() Y_HIDDEN; const char* GetProgramCommitId() Y_HIDDEN; void PrintSvnVersionAndExit(int argc, char* argv[]) Y_HIDDEN; |