Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tdrkDev committed Apr 11, 2022
1 parent 0ede118 commit 578f587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion umkdtimg.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ int main(int argc, char **argv) {
}
i++;

filename = argv[i];
out_dir = argv[i];
}
}

Expand Down

0 comments on commit 578f587

Please sign in to comment.