indent fixes

git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1266 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2006-09-18 09:28:42 +00:00
parent 4d7ffa4faa
commit 7522bc310c

View File

@ -249,7 +249,8 @@ libao_register(char *options)
libao_driver.next = NULL;
ao_initialize();
snprintf(description, 100, "libao output driver, default device: %s", ao_driver_info(ao_default_driver_id())->short_name);
snprintf(description, 100, "libao output driver, default device: %s",
ao_driver_info(ao_default_driver_id())->short_name);
ao_shutdown();
if (options)