Skip to content

Commit

Permalink
Fix softconnect compilation issue that slipped by
Browse files Browse the repository at this point in the history
Signed-off-by: Philippe De Swert <philippe.deswert@jollamobile.com>
  • Loading branch information
philippedeswert committed Jan 11, 2013
1 parent d8416da commit e4e0be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/usb_moded-modules.c
Expand Up @@ -118,6 +118,7 @@ int usb_moded_load_module(const char *module)
int usb_moded_unload_module(const char *module)
{
int ret = 0;
const char * softconnect;

#ifdef NO_KMOD
gchar *command;
Expand Down

0 comments on commit e4e0be4

Please sign in to comment.