mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-13 10:02:38 +00:00
Use ISO 9X variadic macro format; arguments are not optional, just
variable.
This commit is contained in:
parent
a7b9f00f75
commit
b90cce95e0
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=100112
@ -102,6 +102,6 @@ power_profile_set_state(int state)
|
||||
}
|
||||
|
||||
if (changed)
|
||||
EVENTHANDLER_INVOKE(power_profile_change);
|
||||
EVENTHANDLER_INVOKE(power_profile_change, 0);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user