2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-31 06:15:15 +00:00

Fixed missing semicolon

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@1515 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Alexander Malysh
2002-09-01 18:53:11 +00:00
parent 56d32688c5
commit c6dc4fdbb7

View File

@@ -97,7 +97,7 @@
SIS630. DANGEROUS! */
static int force = 0;
MODULE_PARM(force, "i");
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!")
MODULE_PARM_DESC(force, "Forcibly enable the SIS630. DANGEROUS!");
#ifdef MODULE