diff options
author | Joursoir <chat@joursoir.net> | 2021-03-23 17:32:33 +0000 |
---|---|---|
committer | Joursoir <chat@joursoir.net> | 2021-03-23 17:32:33 +0000 |
commit | e06f9fcb689878878469e2396617786ed525ca87 (patch) | |
tree | 1efd4748996de665c01595464cb7f40ab9a7618a /src/xstd.h | |
parent | f14b09b10db42962a4f7f0a4d7f9cf2ea8feef4f (diff) | |
download | lock-password-e06f9fcb689878878469e2396617786ed525ca87.tar.gz lock-password-e06f9fcb689878878469e2396617786ed525ca87.tar.bz2 lock-password-e06f9fcb689878878469e2396617786ed525ca87.zip |
refactor; set correct headers guard
Diffstat (limited to 'src/xstd.h')
-rw-r--r-- | src/xstd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,4 +22,4 @@ char *xstrcat(const char *first, const char *second, const char *delimiter); -#endif
\ No newline at end of file +#endif /* LPASS_XSTD_H */ |