diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 14:30:10 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 14:30:10 +0200 |
commit | db4cb3d2f2df730f635980e47fdf24ade37e2225 (patch) | |
tree | dd79ce24206324a0e786b21512d2949d955eae82 /plugins/sysinfo | |
parent | 77d3c50da1ff27d45c1b5e3a9fb8cdb690e2926e (diff) |
Cosmetics
Diffstat (limited to 'plugins/sysinfo')
-rw-r--r-- | plugins/sysinfo/xsys.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/sysinfo/xsys.c b/plugins/sysinfo/xsys.c index 760a1aef..f328b9b0 100644 --- a/plugins/sysinfo/xsys.c +++ b/plugins/sysinfo/xsys.c @@ -193,6 +193,7 @@ print_summary (int announce, char* format) { strncpy (buffer, "None found", bsize); } + format_output ("Ethernet", buffer, format); strcat (sysinfo, "\017 "); strncat (sysinfo, buffer, bsize - strlen (buffer)); |