aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorFreeArtMan <dos21h@gmail.com>2019-08-17 13:48:50 +0100
committerFreeArtMan <dos21h@gmail.com>2019-08-17 13:48:50 +0100
commit333addeac3d296a6a24802c329ef75c96263d61e (patch)
treed4714f964964d2c9fbb7e13cbae9f18737a99960 /cmd
parent700b5bc2b24bf9fd8e69f0586739c692be0dc2cb (diff)
downloadihe-333addeac3d296a6a24802c329ef75c96263d61e.tar.gz
ihe-333addeac3d296a6a24802c329ef75c96263d61e.zip
Disabled space token generation
Diffstat (limited to 'cmd')
-rw-r--r--cmd/cmd_open.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/cmd/cmd_open.c b/cmd/cmd_open.c
index bbdfc48..6ecfa8e 100644
--- a/cmd/cmd_open.c
+++ b/cmd/cmd_open.c
@@ -21,7 +21,7 @@ int c_open( cmd_arg_t *arg )
if ( argc != 1 )
{
- printf("Neeed one argument\n");
+ printf("Neeed one argument %d\n",argc);
return -1;
}
@@ -37,4 +37,10 @@ int c_open( cmd_arg_t *arg )
return 0;
+}
+
+int h_open( cmd_arg_t *arg )
+{
+ printf("[FILENAME] - open file");
+ return 0;
} \ No newline at end of file