summaryrefslogtreecommitdiffstats
path: root/loader/dshow/allocator.c
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/allocator.c')
-rw-r--r--loader/dshow/allocator.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/loader/dshow/allocator.c b/loader/dshow/allocator.c
index 7eef9ada0f..e68c5e5a2d 100644
--- a/loader/dshow/allocator.c
+++ b/loader/dshow/allocator.c
@@ -13,10 +13,10 @@
static int AllocatorKeeper = 0;
-struct _avm_list_t
+struct avm_list_t
{
- struct _avm_list_t* next;
- struct _avm_list_t* prev;
+ struct avm_list_t* next;
+ struct avm_list_t* prev;
void* member;
};