lib: Fix c99 style comments

We prefer c89 style of comments.

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
Michal Privoznik
2017-04-27 08:47:19 +02:00
parent eeb2feb9fb
commit 1a4a4ffa3e
11 changed files with 16 additions and 16 deletions

View File

@@ -216,7 +216,7 @@ static virConnectAuth auth = {
credTypes,
sizeof(credTypes) / sizeof(int),
authCallback,
NULL, // cbdata will be initialized in main
NULL, /* cbdata will be initialized in main */
};