]> git.saurik.com Git - apple/mdnsresponder.git/blobdiff - Clients/PrinterSetupWizard/SecondPage.cpp
mDNSResponder-878.200.35.tar.gz
[apple/mdnsresponder.git] / Clients / PrinterSetupWizard / SecondPage.cpp
index 35bbefafa351dfbe5002eaf7ca2fd6780ea0f224..1521d0d917bb40ba7373fdb1aeae44fef068b762 100644 (file)
@@ -174,10 +174,10 @@ CSecondPage::OnSetActive()
        }
 
        // Hide the back button
-       pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);\r
-       if ( pWnd != NULL )\r
-       {\r
-               pWnd->ShowWindow(SW_HIDE);\r
+       pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);
+       if ( pWnd != NULL )
+       {
+               pWnd->ShowWindow(SW_HIDE);
        }
 
 exit:
@@ -198,10 +198,10 @@ CSecondPage::OnKillActive()
        psheet->SetLastPage(this);
 
        // Show the back button
-       pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);\r
-       if ( pWnd != NULL )\r
-       {\r
-               pWnd->ShowWindow(SW_SHOW);\r
+       pWnd = ((CPropertySheet*)GetParent())->GetDlgItem(ID_WIZBACK);
+       if ( pWnd != NULL )
+       {
+               pWnd->ShowWindow(SW_SHOW);
        }
 
 exit: