Skip to content

Commit 8bceb88

Browse files
committed
interfaceToC: fix format string
1 parent 36c7646 commit 8bceb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/interfaceToC.dd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ $(H3 Non-Standard Format Specifiers)
276276
non-Standard ones can be used:
277277
)
278278
---
279-
string format = "value: %K\n";
279+
const char* format = "value: %K\n";
280280
printf(format, value);
281281
---
282282

0 commit comments

Comments
 (0)