summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/plugins/text_editor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 8552590efa..82c5e49632 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -425,7 +425,7 @@ enum plugin_status plugin_start(const void* parameter)
425 temp_changed = (value == NULL) || (color != old_color); 425 temp_changed = (value == NULL) || (color != old_color);
426 break; 426 break;
427 default: 427 default:
428 /* Should never happend but makes compiler happy */ 428 /* Should never happen but makes compiler happy */
429 temp_changed = false; 429 temp_changed = false;
430 } 430 }
431 431