This commit is contained in:
Willy-JL
2023-03-02 02:52:25 +00:00
parent 8e5be2403b
commit 77eb733a9a
6 changed files with 45 additions and 80 deletions

View File

@@ -176,8 +176,8 @@ XtremeApp* xtreme_app_alloc() {
storage_file_free(folder);
furi_record_close(RECORD_STORAGE);
app->version_tag = furi_string_alloc_printf(
"%s %s", version_get_version(NULL), version_get_builddate(NULL));
app->version_tag =
furi_string_alloc_printf("%s %s", version_get_version(NULL), version_get_builddate(NULL));
return app;
}