summaryrefslogtreecommitdiff
path: root/lib.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib.c')
-rw-r--r--lib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib.c b/lib.c
index dc32c561..1c856541 100644
--- a/lib.c
+++ b/lib.c
@@ -133,9 +133,9 @@ int fd2devnum(int fd)
* Put them in a simple linked listfor now.
*/
struct devmap {
- int major, minor;
- char *name;
- struct devmap *next;
+ int major, minor;
+ char *name;
+ struct devmap *next;
} *devlist = NULL;
int devlist_ready = 0;