Sfoglia il codice sorgente

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

Willy-JL 1 anno fa
parent
commit
d72b7c7e8d
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      passgen/passgen.c

+ 1 - 1
passgen/passgen.c

@@ -64,7 +64,7 @@ typedef struct {
     FuriMessageQueue* input_queue;
     ViewPort* view_port;
     Gui* gui;
-    FuriMutex** mutex;
+    FuriMutex* mutex;
     NotificationApp* notify;
     const char* alphabet;
     char password[PASSGEN_MAX_LENGTH + 1];