diff options
Diffstat (limited to 'src/vlib/node_format.c')
-rw-r--r-- | src/vlib/node_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/node_format.c b/src/vlib/node_format.c index e9dde40fa70..19ebfc15b74 100644 --- a/src/vlib/node_format.c +++ b/src/vlib/node_format.c @@ -45,7 +45,7 @@ format_vlib_node_graph (u8 * s, va_list * va) vlib_node_main_t *nm = va_arg (*va, vlib_node_main_t *); vlib_node_t *n = va_arg (*va, vlib_node_t *); int i, j; - uword indent; + u32 indent; typedef struct { u32 next_node; |