Commit e70c42ef authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 9ba4ee19
...@@ -72,7 +72,7 @@ static int vlclua_volume_get( lua_State *L ) ...@@ -72,7 +72,7 @@ static int vlclua_volume_get( lua_State *L )
static int vlclua_volume_up( lua_State *L ) static int vlclua_volume_up( lua_State *L )
{ {
audio_volume_t i_volume; audio_volume_t i_volume;
aout_VolumeUp( vlclua_get_playlist_internal( L ); aout_VolumeUp( vlclua_get_playlist_internal( L ),
luaL_optint( L, 1, 1 ), luaL_optint( L, 1, 1 ),
&i_volume ); &i_volume );
lua_pushnumber( L, i_volume ); lua_pushnumber( L, i_volume );
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment