]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fix wrong rfkill_version type
authorMarcel Holtmann <marcel@holtmann.org>
Thu, 4 Jun 2009 18:28:38 +0000 (20:28 +0200)
committerJohannes Berg <johannes@sipsolutions.net>
Thu, 4 Jun 2009 18:30:31 +0000 (20:30 +0200)
core.h

diff --git a/core.h b/core.h
index 484dc2f2693a023c8d9b04d89a2f8e6c5250ddb8..c276b90c57ec05ced3b9f31d6b0e90c07f251a96 100644 (file)
--- a/core.h
+++ b/core.h
@@ -1,6 +1,6 @@
 #ifndef __CORE
 #define __CORE
 
-extern const char *rfkill_version;
+extern const char rfkill_version[];
 
 #endif