diff options
author | Denis Kenzior <denkenz@gmail.com> | 2011-01-10 15:14:03 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2011-01-10 15:14:03 -0600 |
commit | 58b053c8817d2301701505571c64da0627469573 (patch) | |
tree | 913db7081769f8143ec89ac137266d78528ec427 | |
parent | 83ab76d475a73215bce84a45f5b586f367073208 (diff) | |
download | ofono-58b053c8817d2301701505571c64da0627469573.tar.bz2 |
udev: Minor style fix
-rw-r--r-- | plugins/udev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/udev.c b/plugins/udev.c index 0daf0300..e502669a 100644 --- a/plugins/udev.c +++ b/plugins/udev.c @@ -495,7 +495,7 @@ static void add_calypso(struct ofono_modem *modem, } static void add_tc65(struct ofono_modem *modem, - struct udev_device *udev_device) + struct udev_device *udev_device) { const char *devnode; |