diff options
author | malc <av1474@comtv.ru> | 2009-09-18 11:52:45 +0400 |
---|---|---|
committer | malc <av1474@comtv.ru> | 2009-09-18 14:04:36 +0400 |
commit | 155a8ad30876ece7f2c937ec99d3981ebd4aaf21 (patch) | |
tree | 5fc90faf7ecd602e75a197555c5626beac75ca76 /audio/audio.c | |
parent | bdff253c8fb4c8a64bb4792cc161dd79ab4aaf65 (diff) | |
download | qemu-155a8ad30876ece7f2c937ec99d3981ebd4aaf21.tar.gz qemu-155a8ad30876ece7f2c937ec99d3981ebd4aaf21.tar.bz2 qemu-155a8ad30876ece7f2c937ec99d3981ebd4aaf21.zip |
audio: use correct email address
Signed-off-by: malc <av1474@comtv.ru>
Diffstat (limited to 'audio/audio.c')
-rw-r--r-- | audio/audio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/audio.c b/audio/audio.c index f061f45f91..80a717bd21 100644 --- a/audio/audio.c +++ b/audio/audio.c @@ -124,7 +124,7 @@ int audio_bug (const char *funcname, int cond) if (!shown) { shown = 1; AUD_log (NULL, "Save all your work and restart without audio\n"); - AUD_log (NULL, "Please send bug report to malc@pulsesoft.com\n"); + AUD_log (NULL, "Please send bug report to av1474@comtv.ru\n"); AUD_log (NULL, "I am sorry\n"); } AUD_log (NULL, "Context:\n"); |