Francois Gouget : ole32: Fix the STORAGE_dump_pps_entry() description.
Module: wine Branch: master Commit: ec4d74baef753edbc3d0ebc8e677fa9d23a8fd83 URL: http://source.winehq.org/git/wine.git/?a=commit;h=ec4d74baef753edbc3d0ebc8e6... Author: Francois Gouget <fgouget(a)free.fr> Date: Fri Dec 12 10:20:27 2008 +0100 ole32: Fix the STORAGE_dump_pps_entry() description. --- dlls/ole32/storage.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/dlls/ole32/storage.c b/dlls/ole32/storage.c index 2e5203f..7e345dc 100644 --- a/dlls/ole32/storage.c +++ b/dlls/ole32/storage.c @@ -706,8 +706,7 @@ STORAGE_look_for_named_pps(stream_access16*str,int n,LPOLESTR name) { /****************************************************************************** * STORAGE_dump_pps_entry [Internal] * - * FIXME - * Function is unused + * This function is there to simplify debugging. It is otherwise unused. */ void STORAGE_dump_pps_entry(struct storage_pps_entry *stde) {
participants (1)
-
Alexandre Julliard