diff options
author | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-22 13:34:37 +0000 |
---|---|---|
committer | Claudio Takahasi <claudio.takahasi@openbossa.org> | 2007-03-22 13:34:37 +0000 |
commit | 07701210404d9bc7153af287cb58e7ea329fd8a8 (patch) | |
tree | 64aa2113808e2e4b8c49ac1bd32ce55175be4e6c /input/device.h | |
parent | 986c7768de2527e80d988357663ce7843f7e8308 (diff) |
input: minor code standard fixes
Diffstat (limited to 'input/device.h')
-rw-r--r-- | input/device.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/input/device.h b/input/device.h index fa5cec12..398e3751 100644 --- a/input/device.h +++ b/input/device.h @@ -33,7 +33,7 @@ struct pending_connect { DBusMessage *msg; }; -struct input_device { +struct device { bdaddr_t src; bdaddr_t dst; char *name; |