libcopybit: Fix typo, and the build

Change-Id: I4f75e7ee4eff4f6159099de92ae3b4501ad7474a
Signed-off-by: Dima Zavin <dima@android.com>
This commit is contained in:
Dima Zavin 2009-09-08 18:49:41 -07:00
parent f2d52d61f9
commit 03f9cb24dd

View File

@ -40,7 +40,7 @@
#if defined(COPYBIT_MSM7K)
#define MAX_SCALE_FACTOR (4)
#else if defined(COPYBIT_QSD8K)
#elif defined(COPYBIT_QSD8K)
#define MAX_SCALE_FACTOR (8)
#else
#error "Unsupported MDP version"