From 648770a8ade090876a675479ac00959f6843fd4d Mon Sep 17 00:00:00 2001 From: Eduardo Montoya Date: Wed, 13 Jul 2022 17:11:27 +0200 Subject: [PATCH] [cli] fix `endif` comment (#7896) --- src/cli/cli_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/cli_history.cpp b/src/cli/cli_history.cpp index d3c25a3e1..3dc856b0a 100644 --- a/src/cli/cli_history.cpp +++ b/src/cli/cli_history.cpp @@ -696,4 +696,4 @@ exit: } // namespace Cli } // namespace ot -#endif // OPENTHREAD_CONFIG_SRP_CLIENT_ENABLE +#endif // OPENTHREAD_CONFIG_HISTORY_TRACKER_ENABLE