aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/arch/linux/common/modules.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2008-02-24 15:23:29 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2008-02-24 15:23:29 +0000
commit1b225ecae8f9b55879d07185d4c9a39613dd10a8 (patch)
treee6852d7a25af0b6b3c0d2474a4f0bc220b7d808f /hardinfo2/arch/linux/common/modules.h
parent96845586e3d4a1d8a0fdbe381478d85ec42a8d74 (diff)
Fix compilation warnings, add patch by moma (ubuntu bug #178600).
Diffstat (limited to 'hardinfo2/arch/linux/common/modules.h')
-rw-r--r--hardinfo2/arch/linux/common/modules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/arch/linux/common/modules.h b/hardinfo2/arch/linux/common/modules.h
index 6fbe13bd..4ae3a960 100644
--- a/hardinfo2/arch/linux/common/modules.h
+++ b/hardinfo2/arch/linux/common/modules.h
@@ -119,7 +119,7 @@ scan_modules_do(void)
"License=%s\n",
NONE_IF_NULL(filename),
memory / 1024.0,
- NONE_IF_NULL(modname),
+ modname,
NONE_IF_NULL(description),
NONE_IF_NULL(vermagic),
NONE_IF_NULL(author),