diff options
author | Toni Uhlig <matzeton@googlemail.com> | 2024-10-17 12:16:20 +0200 |
---|---|---|
committer | Toni Uhlig <matzeton@googlemail.com> | 2024-10-17 12:16:20 +0200 |
commit | 071a9bcb91ac7fb30b1f3669340532b961f6db4c (patch) | |
tree | 1f6be01f3d338178080bee7a5d16c541af94ab72 /dependencies/uthash/tests/test65.c | |
parent | f9d9849300c5a8777ae9a2213d32a7c0f5799b45 (diff) | |
parent | 9a14454d3c5589373253571cee7428c593adefd9 (diff) |
Merge commit '9a14454d3c5589373253571cee7428c593adefd9'
Diffstat (limited to 'dependencies/uthash/tests/test65.c')
-rw-r--r-- | dependencies/uthash/tests/test65.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dependencies/uthash/tests/test65.c b/dependencies/uthash/tests/test65.c index 0584fb1a0..5820a4552 100644 --- a/dependencies/uthash/tests/test65.c +++ b/dependencies/uthash/tests/test65.c @@ -3,7 +3,7 @@ #include "uthash.h" // this is an example of how to do a LRU cache in C using uthash -// http://troydhanson.github.io/uthash/ +// https://troydhanson.github.io/uthash/ // by Jehiah Czebotar 2011 - jehiah@gmail.com // this code is in the public domain http://unlicense.org/ |