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