From 8c3b250dbfe17be61462adc8f84760ce9a648e55 Mon Sep 17 00:00:00 2001 From: Florian Date: Thu, 20 May 2021 20:34:21 +0200 Subject: removed an empty assignment that caused a compiler warning (#372) --- src/displayapp/screens/Notifications.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src') diff --git a/src/displayapp/screens/Notifications.cpp b/src/displayapp/screens/Notifications.cpp index 1f113750..1a1729ea 100644 --- a/src/displayapp/screens/Notifications.cpp +++ b/src/displayapp/screens/Notifications.cpp @@ -180,7 +180,6 @@ Notifications::NotificationItem::NotificationItem(const char* title, pchar = strchr(title, '\n'); while (pchar != nullptr) { *pchar = ' '; - pchar = pchar = strchr(pchar + 1, '\n'); } lv_label_set_text(alert_type, title); -- cgit v1.2.3