aboutsummaryrefslogtreecommitdiffstats
path: root/android/config/check-esd.c
diff options
context:
space:
mode:
Diffstat (limited to 'android/config/check-esd.c')
-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;
}