diff options
Diffstat (limited to 'cmd/cmd_pos.c')
-rw-r--r-- | cmd/cmd_pos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/cmd_pos.c b/cmd/cmd_pos.c index 845d69d..272ba3f 100644 --- a/cmd/cmd_pos.c +++ b/cmd/cmd_pos.c @@ -19,7 +19,7 @@ int c_pos( cmd_arg_t *arg ) return -1; } - printf("POS:%d\n",fret); + printf("POS %d\n",fret); return 0; }
\ No newline at end of file |