git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
chore: fix almost *ALL* warnings.
[lunaix-os.git]
/
lunaix-os
/
uprog
/
ls.c
diff --git
a/lunaix-os/uprog/ls.c
b/lunaix-os/uprog/ls.c
index bac3c71eb2541e056fd8561b79e61d8d9ad2c31e..646dd6bddb219ba53d2205132070f6d0eba797de 100644
(file)
--- a/
lunaix-os/uprog/ls.c
+++ b/
lunaix-os/uprog/ls.c
@@
-5,7
+5,7
@@
int
main(int argc, const char* argv[])
{
- char* path = ".";
+ c
onst c
har* path = ".";
if (argc > 1) {
path = argv[1];
}