diff options
Diffstat (limited to 'src/utils.h')
-rw-r--r-- | src/utils.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/utils.h b/src/utils.h index 221319c..d0d7665 100644 --- a/src/utils.h +++ b/src/utils.h @@ -74,7 +74,7 @@ char *feh_get_user_name(void); (a) = ____newstr;\ }\ } - + #define ESTRTRUNC(string,chars) \ {\ int ____len;\ @@ -86,5 +86,4 @@ char *feh_get_user_name(void); }\ } - #endif |