X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=mix.h;h=60c4392fabab76bb58ad1c2ee0ee211d52469ad7;hp=1141ce599409824bc772b35a2d7e56fd7c9be454;hb=ce9e297eb91a932a11f81890c800d0380b5bc9c9;hpb=97ad8ac8735dfd7a514aa66e9de54f253440c17d diff --git a/mix.h b/mix.h index 1141ce59..60c4392f 100644 --- a/mix.h +++ b/mix.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012-2014 Andre Noll + * Copyright (C) 2012 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -31,6 +31,6 @@ struct mixer { int (*get)(struct mixer_handle *handle); /** Change the value of the selected channel. */ int (*set)(struct mixer_handle *handle, int val); - /** Free all ressources associated with the given handle. */ + /** Free all resources associated with the given handle. */ void (*close)(struct mixer_handle **handle); };