]> git.saurik.com Git - wxWidgets.git/commitdiff
Minor compilo
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 8 Feb 2005 15:39:40 +0000 (15:39 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Tue, 8 Feb 2005 15:39:40 +0000 (15:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31859 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/generic/prntdlgg.cpp

index 1c6f62db68f9a2201bcd94fc2128a5c621b30314..2f97543631c2b0ed7c928bc4014b4b932969f05f 100644 (file)
@@ -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;