Skip to content

Commit 9e722a0

Browse files
Copilotdamyanp
andcommitted
Fix GCC Debug build: Add missing newline to ErrorCodes.h
Co-authored-by: damyanp <[email protected]>
1 parent ac97e6c commit 9e722a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dxc/Support/ErrorCodes.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,4 +157,4 @@
157157
// 0X80AA001F - DXIL container Program Version mismatches Dxil module shader
158158
// model
159159
#define DXC_E_INCORRECT_PROGRAM_VERSION \
160-
DXC_MAKE_HRESULT(DXC_SEVERITY_ERROR, FACILITY_DXC, (0x001F))
160+
DXC_MAKE_HRESULT(DXC_SEVERITY_ERROR, FACILITY_DXC, (0x001F))

0 commit comments

Comments
 (0)