[EXPLORER]: One indentation and one return value fix.
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 6 Feb 2017 15:18:33 +0000 (15:18 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Mon, 6 Feb 2017 15:18:33 +0000 (15:18 +0000)
svn path=/trunk/; revision=73723

reactos/base/shell/explorer/startctxmnu.cpp
reactos/base/shell/explorer/tbsite.cpp

index 8e7e454..590ada5 100644 (file)
@@ -176,7 +176,7 @@ public:
             ILFree(pidlStart);
         }
 
-        return NULL;
+        return S_OK;
     }
 
     virtual HRESULT STDMETHODCALLTYPE
index cd55b51..1de517d 100644 (file)
@@ -755,7 +755,7 @@ public:
 
         return S_OK;
     }
-        };
+};
 /*******************************************************************/
 
 ITrayBandSite*