diff options
author | Chris Robinson <[email protected]> | 2007-12-17 17:20:55 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-17 17:20:55 -0800 |
commit | aa386041e7c90b6403ff18f9e16da62acc4f036c (patch) | |
tree | 8755c512012f259b63bebfda8c1b0e3be772b898 /OpenAL32 | |
parent | 44e0fa932596b20c71b82027eb52b1015e978615 (diff) |
Fix comment
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/alFilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alFilter.c b/OpenAL32/alFilter.c index 2906c703..6d57008f 100644 --- a/OpenAL32/alFilter.c +++ b/OpenAL32/alFilter.c @@ -354,7 +354,7 @@ ALvoid ReleaseALFilters(ALvoid) ALfilter *temp = g_FilterList; g_FilterList = g_FilterList->next; - // Release Buffer structure + // Release filter structure memset(temp, 0, sizeof(ALfilter)); free(temp); } |