summaryrefslogtreecommitdiff
path: root/ext/pdf
diff options
context:
space:
mode:
authorRasmus Lerdorf <rasmus@php.net>2001-06-06 14:32:27 +0000
committerRasmus Lerdorf <rasmus@php.net>2001-06-06 14:32:27 +0000
commit9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e (patch)
tree77497e4153d389a03aab83f05572244164db48f5 /ext/pdf
parent49ab8cb8f17a0183c46f046c635b64302ecd3dcd (diff)
downloadphp-git-9c5588213372575ced9bdd5cc4ae1f4e7e2dd81e.tar.gz
Fold a bit more code
Diffstat (limited to 'ext/pdf')
-rw-r--r--ext/pdf/pdf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/pdf/pdf.c b/ext/pdf/pdf.c
index ae80bf51b1..152ca079d0 100644
--- a/ext/pdf/pdf.c
+++ b/ext/pdf/pdf.c
@@ -18,7 +18,6 @@
*/
/* $Id$ */
-/* Id: pdf.c,v 1.73 2001/02/26 06:07:11 andi Exp */
/* pdflib 2.02 ... 3.0x is subject to the ALADDIN FREE PUBLIC LICENSE.
Copyright (C) 1997-1999 Thomas Merz. 2000-2001 PDFlib GmbH */
@@ -3157,4 +3156,6 @@ PHP_FUNCTION(pdf_setmatrix) {
* tab-width: 4
* c-basic-offset: 4
* End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
*/