scanner: remove useless desc_dump arguments
authorOlivier Blin <dev@blino.org>
Sun, 14 Oct 2012 22:49:11 +0000 (00:49 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 15 Oct 2012 17:04:07 +0000 (13:04 -0400)
This are remnant from the desc_dump generalization in commit 375cb418.

src/scanner.c

index d68c952..3d0ba0b 100644 (file)
@@ -791,7 +791,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);