diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-05 04:50:32 +0000 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-05 04:50:32 +0000 |
| commit | 24cec7a35072ac50e1fe902a925e69330866dbca (patch) | |
| tree | f60bb7c38b0b952e074f9b8f8d1cef758d7f8ec8 /src/Infobox/Infobox.h | |
| parent | 5ed5a6ecc749e8b557ea62f04a444e203f4e48f6 (diff) | |
| download | omnisearch-24cec7a35072ac50e1fe902a925e69330866dbca.tar.gz | |
Diffstat (limited to 'src/Infobox/Infobox.h')
| -rw-r--r-- | src/Infobox/Infobox.h | 8 |
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); |
