diff options
Diffstat (limited to 'src/vnet/tcp/tcp_format.c')
-rw-r--r-- | src/vnet/tcp/tcp_format.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vnet/tcp/tcp_format.c b/src/vnet/tcp/tcp_format.c index 7136741d212..994ccfd61ae 100644 --- a/src/vnet/tcp/tcp_format.c +++ b/src/vnet/tcp/tcp_format.c @@ -40,7 +40,7 @@ #include <vnet/ip/ip.h> #include <vnet/tcp/tcp.h> -static u8 * +u8 * format_tcp_flags (u8 * s, va_list * args) { int flags = va_arg (*args, int); |