diff options
Diffstat (limited to 'include/template.h')
-rw-r--r-- | include/template.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/template.h b/include/template.h index 122825c..2405cb3 100644 --- a/include/template.h +++ b/include/template.h @@ -25,7 +25,7 @@ #include <stdio.h> typedef struct { - list_t *components; + list_t *components; } template_t; void template_initialize(void); |