summaryrefslogtreecommitdiff
path: root/tbdiff-create/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'tbdiff-create/main.c')
-rw-r--r--tbdiff-create/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tbdiff-create/main.c b/tbdiff-create/main.c
index d20feba..79b35e2 100644
--- a/tbdiff-create/main.c
+++ b/tbdiff-create/main.c
@@ -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
@@ -38,7 +38,7 @@ main(int argc,
if(getcwd(cwd_buff, cwd_size) == NULL)
return EXIT_FAILURE;
- tbd_stat_t *tstat[2];
+ struct tbd_stat *tstat[2];
tstat[0] = tbd_stat(argv[2]);
if(tstat[0] == NULL) {