mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-01-17 22:50:51 +00:00
snd_alsa.c doesn't work for 0.9.x so don't mention it :)
This commit is contained in:
parent
41c1ea7e51
commit
9f79e620c8
1 changed files with 1 additions and 1 deletions
|
@ -431,7 +431,7 @@ PLUGIN_INFO(snd_output, alsa)
|
|||
plugin_info.type = qfp_snd_output;
|
||||
plugin_info.api_version = QFPLUGIN_VERSION;
|
||||
plugin_info.plugin_version = "0.1";
|
||||
plugin_info.description = "ALSA 0.9.x digital output";
|
||||
plugin_info.description = "ALSA digital output";
|
||||
plugin_info.copyright = "Copyright (C) 1996-1997 id Software, Inc.\n"
|
||||
"Copyright (C) 1999,2000,2001 contributors of the QuakeForge "
|
||||
"project\n"
|
||||
|
|
Loading…
Reference in a new issue