summaryrefslogtreecommitdiff
path: root/tools/tiffsplit.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/tiffsplit.c')
-rw-r--r--tools/tiffsplit.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/tiffsplit.c b/tools/tiffsplit.c
index d17057ab..e340a473 100644
--- a/tools/tiffsplit.c
+++ b/tools/tiffsplit.c
@@ -1,4 +1,4 @@
-/* $Id: tiffsplit.c,v 1.19 2009-01-22 21:12:45 fwarmerdam Exp $ */
+/* $Id: tiffsplit.c,v 1.20 2010-03-10 18:56:50 bfriesen Exp $ */
/*
* Copyright (c) 1992-1997 Sam Leffler
@@ -288,3 +288,10 @@ cpTiles(TIFF* in, TIFF* out)
}
/* vim: set ts=8 sts=8 sw=8 noet: */
+/*
+ * Local Variables:
+ * mode: c
+ * c-basic-offset: 8
+ * fill-column: 78
+ * End:
+ */