Skip to content

Commit 16c58b9

Browse files
mmossgcopybara-github
authored andcommitted
Fix RC file syntax error for pedantic compilers. Fixes #839
PiperOrigin-RevId: 869211177 Change-Id: I42a0dacde6ca6652df1803033c2b96a7c7076616
1 parent 54b8b68 commit 16c58b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/mujoco.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ FILETYPE 0x1
2020
}
2121
BLOCK "VarFileInfo"
2222
{
23-
VALUE "Translation", 0x0409 0x04B0
23+
VALUE "Translation", 0x0409, 0x04B0
2424
}
2525
}

dist/simulate.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ FILETYPE 0x1
2222
}
2323
BLOCK "VarFileInfo"
2424
{
25-
VALUE "Translation", 0x0409 0x04B0
25+
VALUE "Translation", 0x0409, 0x04B0
2626
}
2727
}

0 commit comments

Comments
 (0)