summaryrefslogtreecommitdiffstats
path: root/asxparser.h
diff options
context:
space:
mode:
Diffstat (limited to 'asxparser.h')
-rw-r--r--asxparser.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/asxparser.h b/asxparser.h
index cc3c6eeb16..e6bad13851 100644
--- a/asxparser.h
+++ b/asxparser.h
@@ -1,14 +1,14 @@
#ifndef ASXPARSER_H
#define ASXPARSER_H
-typedef struct _ASX_Parser_t ASX_Parser_t;
+typedef struct ASX_Parser_t ASX_Parser_t;
typedef struct {
char* buffer;
int line;
} ASX_LineSave_t;
-struct _ASX_Parser_t {
+struct ASX_Parser_t {
int line; // Curent line
ASX_LineSave_t *ret_stack;
int ret_stack_size;