ChangeSet ID: 15286 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/01/09 10:52:51
Modified files: dlls/x11drv : xfont.c wintab.c dlls/wineps : escape.c driver.c bitmap.c dlls/winaspi : winaspi16.c dlls/shlwapi : string.c dlls/shell32 : shlview.c dlls/shdocvw : shdocvw_main.c dlls/rsaenh : rsaenh.c dlls/quartz : systemclock.c dlls/oleaut32 : variant.c varformat.c tmarshal.c olepicture.c dlls/ole32 : ftmarshal.c dlls/msrle32 : msrle32.c dlls/msacm/winemp3: mpegl3.c dlls/msacm/msg711: msg711.c dlls/msacm/msadp32: msadp32.c dlls/msacm/imaadp32: imaadp32.c dlls/msacm : pcmconverter.c dlls/mapi32/tests: prop.c dlls/mapi32 : prop.c
Log message: Eric Pouech pouech-eric@wanadoo.fr Removed excessive statement (break after return or goto, not useful break, not needed vars...)
Patch: http://cvs.winehq.org/patch.py?id=15286
Old revision New revision Changes Path 1.11 1.12 +0 -1 wine/dlls/x11drv/xfont.c 1.5 1.6 +1 -3 wine/dlls/x11drv/wintab.c 1.27 1.28 +0 -1 wine/dlls/wineps/escape.c 1.22 1.23 +0 -2 wine/dlls/wineps/driver.c 1.13 1.14 +0 -1 wine/dlls/wineps/bitmap.c 1.38 1.39 +0 -1 wine/dlls/winaspi/winaspi16.c 1.51 1.52 +0 -1 wine/dlls/shlwapi/string.c 1.106 1.107 +0 -2 wine/dlls/shell32/shlview.c 1.23 1.24 +0 -1 wine/dlls/shdocvw/shdocvw_main.c 1.14 1.15 +0 -1 wine/dlls/rsaenh/rsaenh.c 1.9 1.10 +0 -1 wine/dlls/quartz/systemclock.c 1.107 1.108 +11 -11 wine/dlls/oleaut32/variant.c 1.6 1.7 +0 -5 wine/dlls/oleaut32/varformat.c 1.38 1.39 +0 -1 wine/dlls/oleaut32/tmarshal.c 1.49 1.50 +0 -1 wine/dlls/oleaut32/olepicture.c 1.12 1.13 +0 -2 wine/dlls/ole32/ftmarshal.c 1.10 1.11 +0 -1 wine/dlls/msrle32/msrle32.c 1.7 1.8 +0 -1 wine/dlls/msacm/winemp3/mpegl3.c 1.11 1.12 +0 -1 wine/dlls/msacm/msg711/msg711.c 1.8 1.9 +0 -1 wine/dlls/msacm/msadp32/msadp32.c 1.12 1.13 +0 -1 wine/dlls/msacm/imaadp32/imaadp32.c 1.22 1.23 +1 -2 wine/dlls/msacm/pcmconverter.c 1.5 1.6 +0 -1 wine/dlls/mapi32/tests/prop.c 1.5 1.6 +0 -1 wine/dlls/mapi32/prop.c