From 1ca2d32fe0627ae87a83fc6941891edccd95e52f Mon Sep 17 00:00:00 2001 From: Alexander Vdolainen Date: Tue, 16 Mar 2021 01:20:36 +0200 Subject: [PATCH] typo fixed; --- include/eport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eport.h b/include/eport.h index abdd279..7754f15 100644 --- a/include/eport.h +++ b/include/eport.h @@ -21,7 +21,7 @@ #ifndef __EPORT_H__ #define __EPORT_H__ -#include +#include size_t eport_read(FILE *, char *, size_t);