Skip to content

Commit a8d1490

Browse files
authored
its (#14)
1 parent 6bcc9f1 commit a8d1490

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/lib/udmp-parser.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -528,7 +528,7 @@ class FileMap_t {
528528
DbgPrintf("CreateFile failed with GLE=%lu.\n", GLE);
529529

530530
if (GLE == ERROR_FILE_NOT_FOUND) {
531-
DbgPrintf(" The file %s was not found.\n", PathFile);
531+
DbgPrintf("The file %s was not found.\n", PathFile);
532532
}
533533

534534
Success = false;

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "scikit_build_core.build"
44

55
[project]
66
name = "udmp-parser"
7-
version = "0.4.2"
7+
version = "0.4.3"
88
description = "A Cross-Platform C++ parser library for Windows user minidumps."
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)