From 5dc82037fbf7828cca84a7a70077042cff8bc596 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Sun, 26 Sep 2021 17:26:56 +0100 Subject: [PATCH] Fix typo. --- common/gestfich.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/gestfich.cpp b/common/gestfich.cpp index cbad8c5354..68e00ef324 100644 --- a/common/gestfich.cpp +++ b/common/gestfich.cpp @@ -287,7 +287,7 @@ bool doPrintFile( const wxString& file, bool aDryRun ) args[1] = file.wc_str(); args[2] = nullptr; - wxExecute( const_cast( args ) ); + wxExecute( const_cast( args ) ); } return true;