Skip to content

Commit e91d481

Browse files
Fix: Re-name _file to file_ in SDL_LoadWAV func.
1 parent 0968b18 commit e91d481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

units/sdlaudio.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ function SDL_LoadWAV_RW(src: PSDL_RWops;
822822
* Loads a WAV from a file.
823823
* Compatibility convenience function.
824824
*}
825-
function SDL_LoadWAV(_file: PAnsiChar; spec: PSDL_AudioSpec; audio_buf: ppcuint8; audio_len: pcuint32): PSDL_AudioSpec;
825+
function SDL_LoadWAV(file_: PAnsiChar; spec: PSDL_AudioSpec; audio_buf: ppcuint8; audio_len: pcuint32): PSDL_AudioSpec;
826826

827827
{**
828828
* Free data previously allocated with SDL_LoadWAV() or SDL_LoadWAV_RW().

0 commit comments

Comments
 (0)