am c9410082: libcopybit: Fix typo, and the build

Merge commit 'c9410082453abfb6eaaf43e6c97e04711d0751c0' into eclair-plus-aosp

* commit 'c9410082453abfb6eaaf43e6c97e04711d0751c0':
  libcopybit: Fix typo, and the build
This commit is contained in:
Dima Zavin
2009-09-08 18:56:15 -07:00
committed by Android Git Automerger

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"