aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2024-10-13 15:03:38 +0200
committerMattias Andrée <m@maandree.se>2024-10-13 15:03:38 +0200
commitc48a3ce64fc5b25969831d06811967502d29e4fd (patch)
tree153346db880a55f520e285aabc106e3a8a6782b9
parentDocumentation + rename struct fields (some had confusing name, and others had plain wrong names due to bad documentation it was bsaed on) (diff)
downloadlibparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.gz
libparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.bz2
libparsepcf-c48a3ce64fc5b25969831d06811967502d29e4fd.tar.xz
m
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--libparsepcf.h1
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