commit 5541dd23b076e21e94c7d9cae7e36ce9094b8e6e
parent 38e627ae5e6913749226f9a30d99bcfd5b3820fb
Author: Mohamed Aslan <maslan@sce.carleton.ca>
Date: Sun, 5 Oct 2014 19:15:58 -0600
fix a minor issue
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cmd-ls.c b/cmd-ls.c
@@ -58,8 +58,8 @@ ls(struct session *s, struct dir* d, const char *prefix, int is_recursive)
int
cmd_ls(int argc, char **argv)
{
- char ch;
char *head;
+ int ch;
int recursive = 0;
struct session s;
struct commit *comm;