]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix compile
authorRoy Marples <roy@marples.name>
Tue, 4 Feb 2014 14:41:35 +0000 (14:41 +0000)
committerRoy Marples <roy@marples.name>
Tue, 4 Feb 2014 14:41:35 +0000 (14:41 +0000)
dev.h

diff --git a/dev.h b/dev.h
index f85584fd35b349cd9689e041d6cefe2649457946..1f42a547dffc03751e96788817c3166c47266051 100644 (file)
--- a/dev.h
+++ b/dev.h
@@ -53,7 +53,7 @@ void dev_stop(int);
 #define dev_initialized(a) 1
 #define dev_listening() 0
 #define dev_start(a) {}
-#define dev_stop() {}
+#define dev_stop(a) {}
 #endif
 
 #endif