Fix RC file syntax error for pedantic compilers. Fixes #839
PiperOrigin-RevId: 869211177 Change-Id: I42a0dacde6ca6652df1803033c2b96a7c7076616
This commit is contained in:
committed by
Copybara-Service
parent
54b8b68b23
commit
16c58b9951
Vendored
+1
-1
@@ -20,6 +20,6 @@ FILETYPE 0x1
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0409 0x04B0
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
}
|
||||
}
|
||||
|
||||
Vendored
+1
-1
@@ -22,6 +22,6 @@ FILETYPE 0x1
|
||||
}
|
||||
BLOCK "VarFileInfo"
|
||||
{
|
||||
VALUE "Translation", 0x0409 0x04B0
|
||||
VALUE "Translation", 0x0409, 0x04B0
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user