Skip to content

Commit 6d5bcae

Browse files
committedFeb 1, 2025
Fix
1 parent 5c6a1e5 commit 6d5bcae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎examples/stacktrace-windows/common.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ static bool printStack(FILE* file, HANDLE process, HANDLE thread, CONTEXT const&
7676
DWORD constexpr machineType = IMAGE_FILE_MACHINE_AMD64;
7777
#elif defined(_M_ARM64)
7878
DWORD constexpr machineType = IMAGE_FILE_MACHINE_ARM64;
79-
#else,
79+
#else
8080
#error Unsupported machine type
8181
#endif
8282

0 commit comments

Comments
 (0)