From a4ea1d50aa1f4917b8093b820b00ba4dda08aeae Mon Sep 17 00:00:00 2001 From: inxi-svn Date: Mon, 14 Apr 2014 20:55:27 +0000 Subject: [PATCH] removed _placeholder function name part, no reason for it. --- inxi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/inxi b/inxi index a309e92..0a9eb5b 100755 --- a/inxi +++ b/inxi @@ -9111,7 +9111,7 @@ print_it_out() print_cpu_data fi if [[ $B_SHOW_MEMORY == 'true' ]];then - print_memory_data_placeholder + print_memory_data fi if [[ $B_SHOW_GRAPHICS == 'true' ]];then print_graphics_data @@ -10321,7 +10321,7 @@ print_machine_data() eval $LOGFE } -print_memory_data_placeholder() +print_memory_data() { eval $LOGFS local memory_line="${C1}Placeholder$SEP3${C2} Feature not yet developed."