mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
lib: Fix c99 style comments
We prefer c89 style of comments. Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
This commit is contained in:
@@ -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 */
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user