From 3e0dbaf9605ccab7b6f41f878fede99deb79e98e Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Thu, 6 May 2021 23:22:24 +0800 Subject: [PATCH] indicators: fix "extra tokens at end of #endif directive" Fixes: 3dae4217b --- include/utils/indicators.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/utils/indicators.h b/include/utils/indicators.h index d86c3403..16d8669c 100644 --- a/include/utils/indicators.h +++ b/include/utils/indicators.h @@ -3104,4 +3104,4 @@ class ProgressSpinner { } // namespace indicators -#endif RTORRENT_UTILS_INDICATORS_H +#endif