Explorar o código

base pack apps sort

MX %!s(int64=2) %!d(string=hai) anos
pai
achega
19fc061475
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tetris_game.c

+ 1 - 1
tetris_game.c

@@ -470,7 +470,7 @@ int32_t tetris_game_app() {
     view_port_free(view_port);
     furi_message_queue_free(event_queue);
     furi_mutex_free(tetris_state->mutex);
-    furi_timer_set_thread_priority(FuriTimerThreadPriorityNormal)
+    furi_timer_set_thread_priority(FuriTimerThreadPriorityNormal);
     free(newPiece);
     free(tetris_state);