aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_encode_font_description.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-01-09 21:38:48 +0100
committerMattias Andrée <maandree@kth.se>2023-01-09 21:38:55 +0100
commit7d262f1cdac88d33c21c9fc875f4c96bd69aa105 (patch)
treea4fddee5260120d281fc48151db0f8c394f126ac /libfonts_encode_font_description.c
parentImplement libfonts_parse_double__ and last part of libfonts_get_output_rendering_settings (section aliases) (diff)
downloadlibfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.gz
libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.bz2
libfonts-7d262f1cdac88d33c21c9fc875f4c96bd69aa105.tar.xz
Use XXX instead of TODO for missing function tests
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libfonts_encode_font_description.c')
-rw-r--r--libfonts_encode_font_description.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libfonts_encode_font_description.c b/libfonts_encode_font_description.c
index 5cc26bb..f0d4c47 100644
--- a/libfonts_encode_font_description.c
+++ b/libfonts_encode_font_description.c
@@ -110,9 +110,9 @@ einval:
int
-main(void) /* TODO add test */
+main(void)
{
- return 0;
+ return 0; /* XXX add test */
}