projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2aeb8c7
)
(time_args): Use NULL in place of 0.
author
Jim Meyering
<jim@meyering.net>
Wed, 7 Sep 2005 06:08:01 +0000
(06:08 +0000)
committer
Jim Meyering
<jim@meyering.net>
Wed, 7 Sep 2005 06:08:01 +0000
(06:08 +0000)
src/du.c
patch
|
blob
|
history
diff --git
a/src/du.c
b/src/du.c
index df5088e303169a6446bd830ac99cd25c29c513b3..08d29d241f7b894baae8234993d77062bd01d29d 100644
(file)
--- a/
src/du.c
+++ b/
src/du.c
@@
-239,7
+239,7
@@
static struct option const long_options[] =
static char const *const time_args[] =
{
- "atime", "access", "use", "ctime", "status",
0
+ "atime", "access", "use", "ctime", "status",
NULL
};
static enum time_type const time_types[] =
{