diff options
Diffstat (limited to 'file_loader.c')
| -rw-r--r-- | file_loader.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/file_loader.c b/file_loader.c index 1452907..a7ce56d 100644 --- a/file_loader.c +++ b/file_loader.c @@ -19,6 +19,7 @@ // In the file object, populate the `lines` array with pointers to the // beginning of each line. // +__attribute__((nonnull)) static void populate_lines(file_t *f) { // Calculate line numbers: |
