From 94db751716dd2851f99b5c4c2981da1d1f4780f8 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 2 Oct 2015 14:53:20 +0200 Subject: 6.11 --- zen/shell_execute.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zen/shell_execute.h') diff --git a/zen/shell_execute.h b/zen/shell_execute.h index 9f99315a..c2ccd837 100644 --- a/zen/shell_execute.h +++ b/zen/shell_execute.h @@ -31,7 +31,7 @@ enum ExecutionType namespace { -void shellExecute2(const Zstring& command, ExecutionType type) //throw FileError +void shellExecute(const Zstring& command, ExecutionType type) //throw FileError { #ifdef ZEN_WIN //parse commandline -- cgit