1
1

opal_info_support: fix api comments

Signed-off-by: Karol Mroz <mroz.karol@gmail.com>
Этот коммит содержится в:
Karol Mroz 2016-04-02 17:15:17 +02:00
родитель 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)