tools: fix minor coding style issue

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-05-25 15:34:30 +10:00
parent fd4427e4ec
commit d73f252f2a

View file

@ -501,8 +501,9 @@ tools_open_backend(struct tools_context *context)
context,
options->device,
options->global_options.verbose);
} else
} else {
abort();
}
return li;
}