소스 검색

WebCrawler: Fix return type here too

Willy-JL 1 년 전
부모
커밋
9d0e50ef07
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web_crawler/flipper_http.h

+ 1 - 1
web_crawler/flipper_http.h

@@ -230,7 +230,7 @@ FuriString* flipper_http_load_from_file(char* file_path) {
         storage_file_close(file);
         storage_file_free(file);
         furi_record_close(RECORD_STORAGE);
-        return false;
+        return NULL;
     }
 
     // Append each byte to the FuriString