Преглед на файлове

Merge videopoker from https://github.com/xMasterX/all-the-plugins

Willy-JL преди 1 година
родител
ревизия
824e458de0
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      videopoker/poker.c

+ 1 - 1
videopoker/poker.c

@@ -38,7 +38,7 @@ typedef struct {
 } PokerPlayer_card;
 
 typedef struct {
-    FuriMutex** model_mutex;
+    FuriMutex* model_mutex;
     FuriMessageQueue* event_queue;
     ViewPort* view_port;
     Gui* gui;