summaryrefslogtreecommitdiff
path: root/lib/readers
diff options
context:
space:
mode:
authorkramm <kramm>2009-01-13 22:27:36 +0000
committerkramm <kramm>2009-01-13 22:27:36 +0000
commit8507cbaf65048a7780717a0b593c7788d1c8561f (patch)
treeaddd701c5e58d73c26fd526e5256a1bd4f9817dc /lib/readers
parentc8b78852385f91ae9b130056449b83f6235af45b (diff)
fixed #ifdef
Diffstat (limited to 'lib/readers')
-rw-r--r--lib/readers/swf.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/readers/swf.h b/lib/readers/swf.h
index ba6a7fd9..f40c3525 100644
--- a/lib/readers/swf.h
+++ b/lib/readers/swf.h
@@ -1,9 +1,8 @@
-/* swfoutput.h
- Header file for swfoutput.cc (and swfoutput_x11.cc).
+/* swf.h
Part of the swftools package.
- Copyright (c) 2001,2002,2003 Matthias Kramm <kramm@quiss.org>
+ Copyright (c) 2008 Matthias Kramm <kramm@quiss.org>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,8 +18,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
-#ifndef __pdfsource_h__
-#define __pdfsource_h__
+#ifndef __swfsource_h__
+#define __swfsource_h__
#include "../gfxsource.h"