bigbrodude6119 2 лет назад
Родитель
Сommit
58f7840e9e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      scenes/evil_portal_scene_console_output.c

+ 1 - 1
scenes/evil_portal_scene_console_output.c

@@ -41,7 +41,7 @@ void evil_portal_scene_console_output_on_enter(void *context) {
     if (0 == strncmp("help", app->selected_tx_string, strlen("help"))) {
     if (0 == strncmp("help", app->selected_tx_string, strlen("help"))) {
       const char *help_msg =
       const char *help_msg =
           "BLUE = Waiting\nGREEN = Good\nRED = Bad\n\nThis project is a "
           "BLUE = Waiting\nGREEN = Good\nRED = Bad\n\nThis project is a "
-          "WIP.\ngithub.com/bigbrodude6119/flipper-zero-evil-portal\n"
+          "WIP.\ngithub.com/bigbrodude6119/flipper-zero-evil-portal\n\n"
           "Version 0.0.2\n\n";
           "Version 0.0.2\n\n";
       furi_string_cat_str(app->text_box_store, help_msg);
       furi_string_cat_str(app->text_box_store, help_msg);
       app->text_box_store_strlen += strlen(help_msg);
       app->text_box_store_strlen += strlen(help_msg);