[PATCH 1/3] scanner: remove useless desc_dump arguments
Olivier Blin
dev at blino.org
Sun Oct 14 15:49:11 PDT 2012
This are remnant from the desc_dump generalization in commit 375cb418.
---
src/scanner.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/scanner.c b/src/scanner.c
index 0fc26e7..9696107 100644
--- a/src/scanner.c
+++ b/src/scanner.c
@@ -775,7 +775,7 @@ emit_structs(struct wl_list *message_list, struct interface *interface)
}
if (mdesc) {
printf("\t *\n");
- desc_dump("\t * ", mdesc->text, 8, 0);
+ desc_dump("\t * ", mdesc->text);
}
if (m->since > 1) {
printf("\t * @since: %d\n", m->since);
--
1.7.12.3
More information about the wayland-devel
mailing list