summaryrefslogtreecommitdiff
path: root/tbdiff/tbdiff-stat.h
diff options
context:
space:
mode:
authorBen Brewer <ben.brewer@codethink.co.uk>2014-05-29 11:48:58 +0100
committerBen Brewer <ben.brewer@codethink.co.uk>2014-06-02 11:03:00 +0100
commit8bbda9e95e86f97cf07a78a09c1c6db9a4e51d8e (patch)
treea6dcde2595895e6895b9fa1ebcfaf02d983b72d4 /tbdiff/tbdiff-stat.h
parent52d38f16c87471ef9eabce8aa053b3c46c7a449b (diff)
downloadtbdiff-8bbda9e95e86f97cf07a78a09c1c6db9a4e51d8e.tar.gz
style: Convert all cpp style comments to c style comments
Diffstat (limited to 'tbdiff/tbdiff-stat.h')
-rw-r--r--tbdiff/tbdiff-stat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff/tbdiff-stat.h b/tbdiff/tbdiff-stat.h
index d23cc80..2908ee9 100644
--- a/tbdiff/tbdiff-stat.h
+++ b/tbdiff/tbdiff-stat.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2011-2012 Codethink Ltd.
+ * Copyright (C) 2011-2014 Codethink Ltd.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License Version 2 as
@@ -42,7 +42,7 @@ typedef struct {
char* name;
tbd_stat_type_e type;
time_t mtime;
- uint32_t size; // Count for directory.
+ uint32_t size; /* Count for directory. */
uid_t uid;
gid_t gid;
mode_t mode;