diff options
Diffstat (limited to 'cmd/cmd_cd.c')
-rw-r--r-- | cmd/cmd_cd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_cd.c b/cmd/cmd_cd.c index 92c22b2..a24768c 100644 --- a/cmd/cmd_cd.c +++ b/cmd/cmd_cd.c @@ -5,7 +5,7 @@ #include "libcmd/cmd_parse.h" extern file_t *g_file; -extern buf_t *g_buf; +extern Buf *g_buf; extern int g_flags; int c_cd( cmd_arg_t *arg ) |