aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_gethome__.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_gethome__.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_gethome__.c')
-rw-r--r--libfonts_gethome__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts_gethome__.c b/libfonts_gethome__.c
index f05dbfb..29d5a10 100644
--- a/libfonts_gethome__.c
+++ b/libfonts_gethome__.c
@@ -47,7 +47,7 @@ libfonts_gethome__(struct libfonts_context *ctx)
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}