diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-22 03:08:05 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-03-22 16:22:29 -0600 |
commit | 999a5a51a0c00bac636adab86fc0033d0bbd98e0 (patch) | |
tree | 503051a51dad1a3059ecf002794177ea2f0cb017 /lib9p/tests/test_server/main.c | |
parent | 8d3991d6cca1a57ef5c48460313a07f709c89248 (diff) |
make lint/unknown: Have unknown files be errors
Diffstat (limited to 'lib9p/tests/test_server/main.c')
-rw-r--r-- | lib9p/tests/test_server/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_server/main.c b/lib9p/tests/test_server/main.c index 59a21ec..074dbe7 100644 --- a/lib9p/tests/test_server/main.c +++ b/lib9p/tests/test_server/main.c @@ -132,7 +132,7 @@ enum { PATH_BASE = __COUNTER__ }; struct lib9p_srv_file root = STATIC_DIR("", STATIC_DIR("Documentation", - STATIC_FILE("x", Documentation_x), + STATIC_FILE("x", Documentation_x_txt), ), STATIC_FILE("README.md", README_md), lo_box_api_as_lib9p_srv_file(&(struct api_file){.pathnum = PATH_COUNTER}), |