mirror of
https://github.com/zoriya/Gamacon.git
synced 2026-06-06 21:22:14 +00:00
Coding style
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ typedef struct gc_list gc_list;
|
||||
|
||||
#pragma once
|
||||
|
||||
struct gc_list
|
||||
struct gc_list
|
||||
{
|
||||
void *data;
|
||||
gc_list *next;
|
||||
|
||||
Reference in New Issue
Block a user