Skip to content

Commit ee4b714

Browse files
committed
1 parent a9c9e91 commit ee4b714

File tree

10 files changed

+1931
-665
lines changed

10 files changed

+1931
-665
lines changed

src/main/c/yarp/include/prism.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ PRISM_EXPORTED_FUNCTION const char * pm_token_type_to_str(pm_token_type_t token_
260260
* pm_buffer_t buffer = { 0 };
261261
*
262262
* pm_prettyprint(&buffer, &parser, root);
263-
* printf("*.s%\n", (int) buffer.length, buffer.value);
263+
* printf("%*.s\n", (int) buffer.length, buffer.value);
264264
*
265265
* pm_buffer_free(&buffer);
266266
* pm_node_destroy(&parser, root);

0 commit comments

Comments
 (0)