diff options
Diffstat (limited to 'src/f_com.h')
-rw-r--r-- | src/f_com.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/f_com.h b/src/f_com.h index bbf2bf6..8e5e95e 100644 --- a/src/f_com.h +++ b/src/f_com.h @@ -10,8 +10,8 @@ /* */ /* ************************************************************************** */ -#ifndef FT_F_COM_H -# define FT_F_COM_H +#ifndef F_COM_H +# define F_COM_H void f_command_not_found(const char command[]); |