Skip to content
Snippets Groups Projects
Commit d450cccc authored by Philippe Mathieu-Daudé's avatar Philippe Mathieu-Daudé
Browse files

qemu/osdep: Reword qemu_get_exec_dir() documentation


This comment is confuse, reword it a bit.

Signed-off-by: default avatarPhilippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: default avatarMichael Rolnik <mrolnik@gmail.com>
Tested-by: default avatarMichael Rolnik <mrolnik@gmail.com>
Reviewed-by: default avatarDaniel P. Berrangé <berrange@redhat.com>
Message-Id: <20200714164257.23330-3-f4bug@amsat.org>
parent 7da1d7dc
No related branches found
No related tags found
No related merge requests found
......@@ -588,7 +588,10 @@ char *qemu_get_local_state_pathname(const char *relative_pathname);
void qemu_init_exec_dir(const char *argv0);
/* Get the saved exec dir.
* Caller needs to release the returned string by g_free() */
*
* The caller is responsible for releasing the value returned with g_free()
* after use.
*/
char *qemu_get_exec_dir(void);
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment