lib/util_file.h: fix typo in the macro guard

Fix typo in the macro guard.

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Marc Hartmayer
2020-03-03 16:13:37 +01:00
committed by Jan Höppner
parent e51663bbca
commit 6fcf64ebe0

View File

@@ -9,7 +9,7 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#ifndef LIB_UTIL_FILE_H
#define LIB_UITL_FILE_H
#define LIB_UTIL_FILE_H
int util_file_read_line(char *str, size_t size, const char *fmt, ...);
int util_file_read_l(long *val, int base, const char *fmt, ...);