aboutsummaryrefslogtreecommitdiffstats
path: root/android/config
diff options
context:
space:
mode:
authorDavid 'Digit' Turner <digit@android.com>2010-10-20 16:53:45 -0700
committerAndroid Code Review <code-review@android.com>2010-10-20 16:53:45 -0700
commit7d98eae200f294f51ada36d9b01591fc4726dd94 (patch)
tree50bc7e6512e1465a690b7b1569483034dcadefcf /android/config
parent18fe86e8245878f3b7a2813bd59b8cfcf636e15c (diff)
parent80bc5c8c7b9c50e8f302c22c2fba42dd6e8aa2df (diff)
downloadexternal_qemu-7d98eae200f294f51ada36d9b01591fc4726dd94.zip
external_qemu-7d98eae200f294f51ada36d9b01591fc4726dd94.tar.gz
external_qemu-7d98eae200f294f51ada36d9b01591fc4726dd94.tar.bz2
Merge "Fix incorrect orientation at boot."
Diffstat (limited to 'android/config')
-rw-r--r--android/config/check-esd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/config/check-esd.c b/android/config/check-esd.c
index a8eb11b..684afe2 100644
--- a/android/config/check-esd.c
+++ b/android/config/check-esd.c
@@ -47,7 +47,7 @@ int main( void )
esd_lib = dlopen( "libesd.so.0", RTLD_NOW );
if (esd_lib == NULL) {
- D("could not find libesd on this system");
+ D("could not find libesd on this system\n");
return 1;
}