mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 22:31:15 +00:00
Fixed missing semi colon.
This commit is contained in:
parent
fcdc371a42
commit
94c9127023
@ -50,7 +50,7 @@ manager::manager(bool sound_on)
|
||||
//sounds don't sound good on Windows unless the buffer size is 4k,
|
||||
//but this seems to cause crashes on other systems...
|
||||
#ifdef WIN32
|
||||
const size_t buf_size = 4096
|
||||
const size_t buf_size = 4096;
|
||||
#else
|
||||
const size_t buf_size = 1024;
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user