summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Astals Cid <aacid@kde.org>2007-04-25 19:45:45 +0000
committerAlbert Astals Cid <aacid@kde.org>2007-04-25 19:45:45 +0000
commit3a3a7a38a3732a085312ebe36131e68c8f5451c6 (patch)
tree6194e2700bfdd3aef4cabaae407a42123cb9f499
parent56941c92d69d8f9d3ea064ae138679a530eebda2 (diff)
typo (it's present of xpdf sources)xpdf302merge
-rw-r--r--splash/SplashMath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/splash/SplashMath.h b/splash/SplashMath.h
index f95f7ed7..17d05cda 100644
--- a/splash/SplashMath.h
+++ b/splash/SplashMath.h
@@ -7,7 +7,7 @@
#ifndef SPLASHMATH_H
#define SPLASHMATH_H
-#if USE_FIXEDPONT
+#if USE_FIXEDPOINT
#include "FixedPoint.h"
#else
#include <math.h>