diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-13 15:03:38 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-13 15:03:38 +0200 |
commit | c48a3ce64fc5b25969831d06811967502d29e4fd (patch) | |
tree | 153346db880a55f520e285aabc106e3a8a6782b9 | |
parent | Documentation + rename struct fields (some had confusing name, and others had plain wrong names due to bad documentation it was bsaed on) (diff) | |
download | libparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.gz libparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.bz2 libparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.xz |
m
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | libparsepcf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libparsepcf.h b/libparsepcf.h index f7e6941..d9ec6dd 100644 --- a/libparsepcf.h +++ b/libparsepcf.h @@ -976,5 +976,4 @@ int libparsepcf_preparse_font(const void *, size_t, struct libparsepcf_font *); void libparsepcf_destroy_preparsed_font(struct libparsepcf_font *); - #endif |