summaryrefslogtreecommitdiffstats
path: root/src/device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/device.c')
-rw-r--r--src/device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device.c b/src/device.c
index 8baa201..ca9abc2 100644
--- a/src/device.c
+++ b/src/device.c
@@ -75,7 +75,7 @@ const char * device_to_long_string(enum device device) {
}
-int hwrevs_is_valid(const int16_t * hwrevs, int16_t hwrev) {
+int hwrev_is_valid(const int16_t * hwrevs, int16_t hwrev) {
int i;
for ( i = 0; hwrevs[i] != -1; ++i )