diff options
author | M. Kristall <mkpdev@gmail.com> | 2012-07-12 02:46:19 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-01-03 00:18:16 +0000 |
commit | 8d448680f5b3bcd2a67a3684308bb948e4d3ddad (patch) | |
tree | 8ec357b00c06d7b2e851680270690ad8e5ee3504 /src/client | |
parent | 156289dcdd27a31e77afb36147d456bac9be72a3 (diff) |
* (bug 5000) refactor: use ARRAY_LEN; remove undefined functions; more size_t
(/dev/humancontroller)
Diffstat (limited to 'src/client')
-rw-r--r-- | src/client/snd_main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/snd_main.c b/src/client/snd_main.c index 22213cc9..d0290e94 100644 --- a/src/client/snd_main.c +++ b/src/client/snd_main.c @@ -17,7 +17,7 @@ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License -along with Foobar; if not, write to the Free Software +along with Tremulous; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA =========================================================================== */ |