diff options
author | Christian C <cc@localhost> | 2025-03-23 15:34:48 -0700 |
---|---|---|
committer | Christian C <cc@localhost> | 2025-03-23 15:34:48 -0700 |
commit | 22c32ae8649e8540198942b33d4bab72c4ea7238 (patch) | |
tree | 946e173c4ab362ec88f21854e8613a21c330a6e1 /lib/png.c | |
parent | 981e8bfd12f79cb469bb54a915230eda6dafab41 (diff) |
Userspace types
Diffstat (limited to 'lib/png.c')
-rw-r--r-- | lib/png.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ #include <png.h> // Save bitmap to file -void save_png(struct bitmap_t* bitmap, char* fname) +void save_png(Bitmap* bitmap, char* fname) { FILE *fp; png_structp png_ptr = NULL; |