Author | Jamozed <[email protected]> |
Date | 2022-01-05 11:56:12 |
Commit | ce5f15cdf9e3ce262c7a01e0db791a6384f93432 |
Parent | 7af21319ca0ba632626952bc3a74e1fb295537fa |
map: Fix header guard
Diffstat
M | src/map.c | | | 2 | +- |
M | src/map.h | | | 8 | ++++---- |
2 files changed, 5 insertions, 5 deletions
diff --git a/src/map.c b/src/map.c index afbb733..64b315a 100644 --- a/src/map.c +++ b/src/map.c @@ -1,4 +1,4 @@ -// util/map.c, version 0.1.0 +// util/map.c, version 0.1.1 // Map utility source file from libutil // Copyright (C) 2021, Jakob Wakeling // All rights reserved. diff --git a/src/map.h b/src/map.h index 652aea4..553cccf 100644 --- a/src/map.h +++ b/src/map.h @@ -1,4 +1,4 @@ -// util/map.h, version 0.1.0 +// util/map.h, version 0.1.1 // Map utility header file from libutil // Copyright (C) 2021, Jakob Wakeling // All rights reserved. @@ -30,8 +30,8 @@ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS WITH THE SOFTWARE. */ -#ifndef UTIL_SYMBOL_H_87BJYLNZ -#define UTIL_SYMBOL_H_87BJYLNZ +#ifndef UTIL_MAP_H_NB53CJJ8 +#define UTIL_MAP_H_NB53CJJ8 #include "util.h" @@ -56,4 +56,4 @@ extern void *map_remove(map *m, char *k); extern void map_print(map *m); extern void map_debug(map *m); -#endif // UTIL_SYMBOL_H_87BJYLNZ +#endif // UTIL_MAP_H_NB53CJJ8