Skip to content

Commit

Permalink
fiy typo last commit
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Nov 12, 2023
1 parent db2dea2 commit bd3841b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ofgwrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,8 @@ int find_image_files(char* p)
|| strcmp(entry->d_name, "e2jffs2.img") == 0 // Spark boxes
|| strcmp(entry->d_name, "rootfs.tar.bz2") == 0 // solo4k
|| strcmp(entry->d_name, "rootfs.ubi") == 0 // Zgemma H9
|| strcmp(entry->d_name, "rootfs.tar.xz") == 0) // dream
|| strcmp(entry->d_name, "rootfs-dreamone.tar.bz2") == 0) // dreamone
|| strcmp(entry->d_name, "rootfs.tar.xz") == 0 // dream
|| strcmp(entry->d_name, "rootfs-dreamone.tar.bz2") == 0 // dreamone
|| strcmp(entry->d_name, "rootfs-dreamtwo.tar.bz2") == 0) // dreamtwo
{
strcpy(rootfs_filename, path);
Expand Down

0 comments on commit bd3841b

Please sign in to comment.