Removed useless space between two functions

This commit is contained in:
Ian Giestas Pauli 2017-01-31 12:33:50 -02:00 committed by GitHub
parent 8ab56cb96e
commit dc9deeb213
1 changed files with 0 additions and 1 deletions

View File

@ -429,7 +429,6 @@ int ModApiServer::l_sound_play(lua_State *L)
return 1;
}
// sound_stop(handle)
int ModApiServer::l_sound_stop(lua_State *L)
{