Use ISO 9X variadic macro format; arguments are not optional, just

variable.
This commit is contained in:
Mark Murray 2002-07-15 17:17:56 +00:00
parent a7b9f00f75
commit b90cce95e0
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100112

View File

@ -102,6 +102,6 @@ power_profile_set_state(int state)
}
if (changed)
EVENTHANDLER_INVOKE(power_profile_change);
EVENTHANDLER_INVOKE(power_profile_change, 0);
}