opal_info_support: fix api comments
Signed-off-by: Karol Mroz <mroz.karol@gmail.com>
Этот коммит содержится в:
родитель
9efd7f19f1
Коммит
296bd156e7
@ -805,7 +805,7 @@ static int centerpoint = 24;
|
||||
static int screen_width = 78;
|
||||
|
||||
/*
|
||||
* Prints the passed integer in a pretty or parsable format.
|
||||
* Prints the passed message in a pretty or parsable format.
|
||||
*/
|
||||
void opal_info_out(const char *pretty_message, const char *plain_message, const char *value)
|
||||
{
|
||||
@ -949,6 +949,9 @@ void opal_info_out(const char *pretty_message, const char *plain_message, const
|
||||
}
|
||||
}
|
||||
|
||||
/*
|
||||
* Prints the passed integer in a pretty or parsable format.
|
||||
*/
|
||||
void opal_info_out_int(const char *pretty_message,
|
||||
const char *plain_message,
|
||||
int value)
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user