From e9779f8f4fe15a6254319fa2e3054335dcdf39ad Mon Sep 17 00:00:00 2001 From: levlam Date: Sun, 31 May 2020 23:26:43 +0300 Subject: [PATCH] Fix CE. GitOrigin-RevId: 23061bc20ec3dbc7b71452473a27d349a5f968eb --- td/telegram/InputDialogId.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/td/telegram/InputDialogId.cpp b/td/telegram/InputDialogId.cpp index 553ec94af..d030c2827 100644 --- a/td/telegram/InputDialogId.cpp +++ b/td/telegram/InputDialogId.cpp @@ -105,7 +105,7 @@ tl_object_ptr InputDialogId::get_input_peer() const { return nullptr; default: UNREACHABLE(); - return false; + return nullptr; } }