summaryrefslogtreecommitdiff
path: root/debugfs/util.c
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2007-08-03 18:56:01 -0400
committerTheodore Ts'o <tytso@mit.edu>2007-08-03 18:56:01 -0400
commitd4e0b1c6f5aa8c6a248d9149ed5634a310952411 (patch)
tree5986d390c9aafb8e310a1e0b93bd7ade8a15003e /debugfs/util.c
parentf1f115a78f5ea599fc5f8815a741d43fedd5840d (diff)
downloade2fsprogs-d4e0b1c6f5aa8c6a248d9149ed5634a310952411.tar.gz
Fix gcc -Wall warnings
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'debugfs/util.c')
-rw-r--r--debugfs/util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/debugfs/util.c b/debugfs/util.c
index a490d2cf..70318500 100644
--- a/debugfs/util.c
+++ b/debugfs/util.c
@@ -190,7 +190,7 @@ char *time_to_string(__u32 cl)
{
static int do_gmt = -1;
time_t t = (time_t) cl;
- char * tz;
+ const char *tz;
if (do_gmt == -1) {
/* The diet libc doesn't respect the TZ environemnt variable */