Fix RC file syntax error for pedantic compilers. Fixes #839

PiperOrigin-RevId: 869211177
Change-Id: I42a0dacde6ca6652df1803033c2b96a7c7076616
This commit is contained in:
Michael Moss
2026-02-12 07:39:13 -08:00
committed by Copybara-Service
parent 54b8b68b23
commit 16c58b9951
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ FILETYPE 0x1
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
VALUE "Translation", 0x0409, 0x04B0
}
}
+1 -1
View File
@@ -22,6 +22,6 @@ FILETYPE 0x1
}
BLOCK "VarFileInfo"
{
VALUE "Translation", 0x0409 0x04B0
VALUE "Translation", 0x0409, 0x04B0
}
}