strlcat: fix header guard typo
[fio.git] / lib / strlcat.h
index 34b668e396d33cdbe6d45107539ad25c1ce0e6a6..baeace40d42d54e4180a7526ed5d406bdc89581e 100644 (file)
@@ -1,5 +1,5 @@
 #ifndef FIO_STRLCAT_H
-#define FIO_STRLCAT_h
+#define FIO_STRLCAT_H
 
 size_t strlcat(char *dst, const char *src, size_t size);