소스 검색

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];