From 9dc3847dbe500181ed43d94c2288365b373432b7 Mon Sep 17 00:00:00 2001 From: Sean Date: Tue, 30 Jan 2018 20:30:27 +0800 Subject: [PATCH] Fix Typo --- Telegram/SourceFiles/_other/packer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Telegram/SourceFiles/_other/packer.cpp b/Telegram/SourceFiles/_other/packer.cpp index 981613c8d..6ba7df556 100644 --- a/Telegram/SourceFiles/_other/packer.cpp +++ b/Telegram/SourceFiles/_other/packer.cpp @@ -480,7 +480,7 @@ int main(int argc, char *argv[]) return 0; } -QString countBetaVersionSignature(quint64 version) { // duplicated in autoupdate.cpp +QString countBetaVersionSignature(quint64 version) { // duplicated in autoupdater.cpp QByteArray cBetaPrivateKey(BetaPrivateKey); if (cBetaPrivateKey.isEmpty()) { cout << "Error: Trying to count beta version signature without beta private key!\n";