Fix syntax, add new line in end of file and # before include, w/ T

This commit is contained in:
sBubshait 2024-06-05 21:30:41 +01:00
parent b3ccee44bb
commit 5bb7d86156
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
include "global.h" #include "global.h"
typedef struct { typedef struct {
dword value; dword value;
} a64inst_DirectiveData; } a64inst_DirectiveData;

View File

@ -1,3 +1,3 @@
typedef struct { typedef struct {
char* label; char* label;
} a64inst_LabelData; } a64inst_LabelData;