Skip to content

Commit 8c3b250

Browse files
authored
removed an empty assignment that caused a compiler warning (#372)
1 parent 9ab298c commit 8c3b250

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/displayapp/screens/Notifications.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,6 @@ Notifications::NotificationItem::NotificationItem(const char* title,
180180
pchar = strchr(title, '\n');
181181
while (pchar != nullptr) {
182182
*pchar = ' ';
183-
pchar =
184183
pchar = strchr(pchar + 1, '\n');
185184
}
186185
lv_label_set_text(alert_type, title);

0 commit comments

Comments
 (0)