--- android/bluetoothd-wrapper.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/android/bluetoothd-wrapper.c b/android/bluetoothd-wrapper.c index 5e15dd8..7f668da 100644 --- a/android/bluetoothd-wrapper.c +++ b/android/bluetoothd-wrapper.c @@ -72,12 +72,12 @@ int main(int argc, char *argv[]) if (get_config("debug", value, NULL) > 0 && (!strcasecmp(value, "true") || atoi(value) > 0)) - debug = 1; + debug = 1; if (get_config("mgmtdbg", value, NULL) > 0 && (!strcasecmp(value, "true") || atoi(value) > 0)) { - debug = 1; - mgmt_dbg = 1; + debug = 1; + mgmt_dbg = 1; } if (get_config("valgrind", value, NULL) > 0 && -- 1.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html