Skip to content
Snippets Groups Projects
Commit 0350d2fd authored by Jeremy White's avatar Jeremy White Committed by Alexandre Julliard
Browse files

Remove the keyword 'function', as requested by Robert Luberda.

parent ac0b8144
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ type xmessage >/dev/null 2>/dev/null
if [ $? -ne 0 ] ; then
echo "
Warning:
The CodeWeavers Wine launcher is unable to find xmessage.
The Wine launcher is unable to find xmessage.
This launcher script relies heavily on finding this tool,
and without it, it will behave poorly.
......@@ -305,7 +305,7 @@ fi
#------------------------------------------------------------------------------
# Here's a little function to clean up after that dialog...
#------------------------------------------------------------------------------
function clean_up_info_message ()
clean_up_info_message ()
{
if [ $use_info_message -ne 0 ] ; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment