Jelajahi Sumber

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

Willy-JL 1 tahun lalu
induk
melakukan
d72b7c7e8d
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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];