Alexandre Julliard : winemp3.acm: Make some variables static and/or const.
Module: wine Branch: refs/heads/master Commit: b5878798fdd822b4a32267d23dbee8a670f5b0b9 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b5878798fdd822b4a32267d2... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Mon Jun 12 13:40:34 2006 +0200 winemp3.acm: Make some variables static and/or const. --- dlls/winemp3.acm/common.c | 6 +++--- dlls/winemp3.acm/huffman.h | 42 +++++++++++++++++++++--------------------- dlls/winemp3.acm/l2tables.h | 10 +++++----- dlls/winemp3.acm/layer2.c | 16 ++++++++-------- dlls/winemp3.acm/layer3.c | 40 +++++++++++++++++++++------------------- dlls/winemp3.acm/mpegl3.c | 6 +++--- dlls/winemp3.acm/mpg123.h | 6 +++--- dlls/winemp3.acm/tabinit.c | 2 +- 8 files changed, 65 insertions(+), 63 deletions(-) Diff: http://source.winehq.org/git/?p=wine.git;a=commitdiff;h=b5878798fdd822b4a322...
participants (1)
-
Alexandre Julliard