dear cedric,

fucking compile things before you commit.

your vengeful buddy,
mike
This commit is contained in:
Mike Blumenkrantz 2013-03-20 08:33:40 +00:00
parent df5e6d7cfa
commit 605f781e36
3 changed files with 3 additions and 4 deletions

View File

@ -10,7 +10,7 @@
#endif
double
e_sys_l2ping(const char *bluetooth_mac)
e_sys_l2ping(const char *bluetooth_mac EINA_UNUSED)
{
#ifdef HAVE_BLUETOOTH
char send_buf[L2CAP_CMD_HDR_SIZE + 1];

View File

@ -188,7 +188,7 @@ main(int argc,
latency = e_sys_l2ping(output);
eina_convert_dtoa(latency, tmp);
fprintf(stdout, tmp);
fprintf(stdout, "%s\n", tmp);
return (latency < 0) ? 1 : 0;
}

View File

@ -710,8 +710,7 @@ e_modapi_shutdown(E_Module *m)
if (autolock_exe) ecore_exe_kill(autolock_exe);
autolock_exe = NULL;
if (autolock_poller) ecore_timer_del(autolock_poller);
autolock_poller = NULL;
E_FREE_FUNC(autolock_poller, ecore_poller_del);
ecore_event_handler_del(autolock_die);
ecore_event_handler_del(autolock_out);