aboutsummaryrefslogtreecommitdiff
path: root/src/Infobox/Infobox.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Infobox/Infobox.h')
-rw-r--r--src/Infobox/Infobox.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Infobox/Infobox.h b/src/Infobox/Infobox.h
index a052b80..ecb16b6 100644
--- a/src/Infobox/Infobox.h
+++ b/src/Infobox/Infobox.h
@@ -2,10 +2,10 @@
#define INFOBOX_H
typedef struct {
- char *title;
- char *thumbnail_url;
- char *extract;
- char *url;
+ char *title;
+ char *thumbnail_url;
+ char *extract;
+ char *url;
} InfoBox;
void free_infobox(InfoBox *info);