Преглед изворни кода

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;