aboutsummaryrefslogtreecommitdiffstats
path: root/libfonts_getenv__.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_getenv__.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_getenv__.c')
-rw-r--r--libfonts_getenv__.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libfonts_getenv__.c b/libfonts_getenv__.c
index 8ea0ce6..fd5b1d3 100644
--- a/libfonts_getenv__.c
+++ b/libfonts_getenv__.c
@@ -37,7 +37,7 @@ ok:
int
main(void)
{
- return 0; /* TODO add test */
+ return 0; /* XXX add test */
}