diff options
| author | 2025-12-10 21:22:13 +0100 | |
|---|---|---|
| committer | 2025-12-10 21:22:13 +0100 | |
| commit | 2ab705f4d1db980216a3ebee03818b9cb59e15be (patch) | |
| tree | 61b8b2ebcc3c7086e6243c3fb4e8a27430228116 | |
| parent | dc04469c8c54a8aef99639543ee5b3cafcd2b4dd (diff) | |
embedfilesdir: don't need that much padding
| -rw-r--r-- | embedfilesdir.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embedfilesdir.c b/embedfilesdir.c index 05d65d0..04f810d 100644 --- a/embedfilesdir.c +++ b/embedfilesdir.c @@ -6,7 +6,7 @@ struct embedfile { size_t len; }; -#define S(s) (char [4096]){s}, (sizeof s) - 1 +#define S(s) s"\0\0\0\0\0", (sizeof s) - 1 struct embedfile embedfilesdir[] = { {"stddef.h", S("\ |