summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/device/physical')
-rw-r--r--src/device/physical/physical_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/physical/physical_device.c b/src/device/physical/physical_device.c
index 52d58dc..24c73af 100644
--- a/src/device/physical/physical_device.c
+++ b/src/device/physical/physical_device.c
@@ -225,7 +225,7 @@ int relabsd_physical_device_get_file_descriptor
struct libevdev * relabsd_physical_device_get_libevdev
(
- struct relabsd_physical_device device [const restrict static 1]
+ const struct relabsd_physical_device device [const restrict static 1]
)
{
return device->libevdev;