Skip to content

Commit

Permalink
Fix header
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreRenaud committed Sep 17, 2023
1 parent f5bd948 commit 5cc65fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdfgen.c
Original file line number Diff line number Diff line change
Expand Up @@ -113,12 +113,12 @@ typedef SSIZE_T ssize_t;
#include <ctype.h>
#include <errno.h>
#include <inttypes.h>
#include <limits.h>
#include <locale.h>
#include <math.h>
#include <stdarg.h>
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Expand Down

0 comments on commit 5cc65fb

Please sign in to comment.