瀏覽代碼

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

Willy-JL 1 年之前
父節點
當前提交
d72b7c7e8d
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];