Some minor coding style cleanups for G1 plugin

This commit is contained in:
Marcel Holtmann 2009-09-02 19:59:19 -07:00
parent 9b3a8183f3
commit fac1349090
1 changed files with 7 additions and 8 deletions

View File

@ -269,5 +269,4 @@ static void g1_exit(void)
}
OFONO_PLUGIN_DEFINE(g1, "HTC G1 modem driver", VERSION,
OFONO_PLUGIN_PRIORITY_DEFAULT,
g1_init, g1_exit)
OFONO_PLUGIN_PRIORITY_DEFAULT, g1_init, g1_exit)