# HG changeset patch # User Nathan Walp # Date 1044766320 0 # Node ID 2c8372d4fb2af33c172d878fe83ea46956d755b6 # Parent 9df99116840a8232148f2f51fa4e45cb9039a3f2 [gaim-migrate @ 4843] a few minor tweaks. committer: Tailor Script diff -r 9df99116840a -r 2c8372d4fb2a src/sound.c --- a/src/sound.c Sun Feb 09 01:55:35 2003 +0000 +++ b/src/sound.c Sun Feb 09 04:52:00 2003 +0000 @@ -1,6 +1,7 @@ /* * gaim * + * Copyright (C) 1998-1999, Mark Spencer * Copyright (C) 2003, Nathan Walp * * This program is free software; you can redistribute it and/or modify @@ -211,6 +212,8 @@ break; } ao_close(device); + } else { + debug_printf("error opening audio device!\n"); } afCloseFile(file); } diff -r 9df99116840a -r 2c8372d4fb2a src/sound.h --- a/src/sound.h Sun Feb 09 01:55:35 2003 +0000 +++ b/src/sound.h Sun Feb 09 04:52:00 2003 +0000 @@ -146,4 +146,4 @@ /*@}*/ -#endif /* _CONVERSATION_H_ */ +#endif /* _SOUND_H_ */