Standardize NULL initialization to be consistent.

This commit is contained in:
Devin Teske 2013-06-02 23:02:56 +00:00
parent 80433743e3
commit 51c41087d1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=251269
3 changed files with 3 additions and 3 deletions

View File

@ -71,7 +71,7 @@ f_mustberoot_init
#
# Launch application main menu
#
defaultitem=""
defaultitem=
while :; do
f_dialog_menu_netdev "$defaultitem" || break
f_dialog_menutag_fetch interface

View File

@ -69,7 +69,7 @@ f_media_options_menu()
local cp
while :; do
menu_list=""
menu_list=
f_getvar $VAR_NFS_SECURE cp
if [ "$cp" = "YES" ]; then menu_list="$menu_list

View File

@ -1371,7 +1371,7 @@ f_device_dialog_tcp()
# Create a persistent menu instead
f_dialog_title "$msg_network_configuration"
local prompt=""
local prompt=
while :; do
cp=$( $DIALOG \