diff options
Diffstat (limited to 'networking/netstat.c')
-rw-r--r-- | networking/netstat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/netstat.c b/networking/netstat.c index 0c0b69afe..e03ba5fcc 100644 --- a/networking/netstat.c +++ b/networking/netstat.c @@ -197,8 +197,8 @@ static void prg_cache_clear(void) #define prg_cache_clear() ((void)0) #endif -static long extract_socket_inode(const char *lname) { - +static long extract_socket_inode(const char *lname) +{ long inode = -1; if (strncmp(lname, "socket:[", sizeof("socket:[")-1) == 0) { |