CVS commit by kernalex: typo in comment M +2 -2 plat_linux.c 1.36 --- kdemultimedia/kscd/libwm/plat_linux.c #1.35:1.36 @@ -730,5 +730,5 @@ unscale_volume( int vol, int max ) { #ifdef CURVED_VOLUME - /* FIXME do it simple */ + /* FIXME do it simpler */ int tmp = (((max_volume - min_volume - vol) * max * max) - (vol + min_volume)); return max - sqrt((tmp/(max_volume - min_volume)));