aboutsummaryrefslogtreecommitdiff
path: root/src/microhttpd/test_str_token_remove.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/microhttpd/test_str_token_remove.c')
-rw-r--r--src/microhttpd/test_str_token_remove.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/microhttpd/test_str_token_remove.c b/src/microhttpd/test_str_token_remove.c
index 8334ba97..a4f7ae55 100644
--- a/src/microhttpd/test_str_token_remove.c
+++ b/src/microhttpd/test_str_token_remove.c
@@ -1,6 +1,6 @@
1/* 1/*
2 This file is part of libmicrohttpd 2 This file is part of libmicrohttpd
3 Copyright (C) 2017 Karlson2k (Evgeny Grin) 3 Copyright (C) 2017-2021 Karlson2k (Evgeny Grin)
4 4
5 This test tool is free software; you can redistribute it and/or 5 This test tool is free software; you can redistribute it and/or
6 modify it under the terms of the GNU General Public License as 6 modify it under the terms of the GNU General Public License as
@@ -19,7 +19,7 @@
19 19
20/** 20/**
21 * @file microhttpd/test_str_token.c 21 * @file microhttpd/test_str_token.c
22 * @brief Unit tests for some mhd_str functions 22 * @brief Unit tests for MHD_str_remove_token_caseless_() function
23 * @author Karlson2k (Evgeny Grin) 23 * @author Karlson2k (Evgeny Grin)
24 */ 24 */
25 25