]> git.alsa-project.org Git - tinycompress.git/commit
compress: make variable 'running' as unsigned
authorVinod Koul <vinod.koul@intel.com>
Mon, 18 Feb 2013 11:09:04 +0000 (16:39 +0530)
committerVinod Koul <vinod.koul@intel.com>
Mon, 18 Feb 2013 14:14:08 +0000 (19:44 +0530)
commit7191a18b9b944a8a9941649482eeed5c0007d624
tree218209074b3bc5270daabbffd0ba8a4308f37e5e
parentdca296383e74b212cc44b524b87c203fb778f7c1
compress: make variable 'running' as unsigned

as we never expect this to be negative

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
compress.c