small tweak function name

This commit is contained in:
inxi-svn 2008-10-28 04:16:30 +00:00
parent af2a1da5db
commit 35643a105f

4
inxi
View file

@ -958,7 +958,7 @@ get_graphics_data()
fi
}
get_networking_data()
print_networking_data()
{
IFS=$'\n' LNNET=($( echo "$LSPCI" | gawk '
BEGIN { IGNORECASE=1 }
@ -1093,7 +1093,7 @@ print_it_out()
if [[ $VERBOSITY_LEVEL -ge 2 ]]
then
get_networking_data
print_networking_data
fi
# Some code could look superfluous but BitchX doesn't like lines not ending in a newline. F*&k that bitch!