reactos/lib/shell32
diff -u -r1.20 -r1.21
--- shelllink.c 21 Sep 2004 18:14:15 -0000 1.20
+++ shelllink.c 24 Sep 2004 12:13:54 -0000 1.21
@@ -1027,11 +1027,7 @@
WideCharToMultiByte( CP_ACP, 0, This->sPath, -1,
pszFile, cchMaxPath, NULL, NULL);
- if (pfd) {
-
- FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
-
- }
+ if (pfd) FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
return NOERROR;
}
@@ -1444,11 +1440,7 @@
if( This->sPath )
lstrcpynW( pszFile, This->sPath, cchMaxPath );
- if (pfd) {
-
- FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
-
- }
+ if (pfd) FIXME("(%p): WIN32_FIND_DATA is not yet filled.\n", This);
return NOERROR;
}