diff --git a/src/generic/prntdlgg.cpp b/src/generic/prntdlgg.cpp index 1c6f62db68..2f97543631 100644 --- a/src/generic/prntdlgg.cpp +++ b/src/generic/prntdlgg.cpp @@ -98,7 +98,7 @@ wxPostScriptPrintNativeData::wxPostScriptPrintNativeData() #if !defined(__VMS__) && !defined(__WXMSW__) m_printerCommand = wxT("lpr"); m_printerOptions = wxEmptyString; - m_afmPath = wxEmptyString); + m_afmPath = wxEmptyString; #endif m_printerScaleX = 1.0;