Skip to content

Commit

Permalink
its (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
0vercl0k authored Jun 28, 2023
1 parent 6bcc9f1 commit a8d1490
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/udmp-parser.h
Original file line number Diff line number Diff line change
Expand Up @@ -528,7 +528,7 @@ class FileMap_t {
DbgPrintf("CreateFile failed with GLE=%lu.\n", GLE);

if (GLE == ERROR_FILE_NOT_FOUND) {
DbgPrintf(" The file %s was not found.\n", PathFile);
DbgPrintf("The file %s was not found.\n", PathFile);
}

Success = false;
Expand Down
2 changes: 1 addition & 1 deletion src/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"

[project]
name = "udmp-parser"
version = "0.4.2"
version = "0.4.3"
description = "A Cross-Platform C++ parser library for Windows user minidumps."
readme = "README.md"
requires-python = ">=3.8"
Expand Down

0 comments on commit a8d1490

Please sign in to comment.