Skip to content

Commit

Permalink
maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 authored and github-actions[bot] committed Mar 4, 2024
1 parent 8bd97a1 commit c26f37c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fixes/ValidateScreenshotFolder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace Fixes::ValidateScreenshotFolder
newBaseName = "Screenshot";
}
} else {
// folder will be generated in skyrim root
// folder will be generated in skyrim root
screenshotFolder = std::filesystem::current_path() /= screenshotFolder;
screenshotFolder.remove_filename();
}
Expand Down

0 comments on commit c26f37c

Please sign in to comment.