X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=lttv%2Flttv%2Fstate.c;h=a1a31df2cbe6be30671771223f384e2124f4d8bb;hb=6b9d59fe4cc1dc943501ab6ede93856b2f06c3ce;hp=878a9bbbf1b19fe10f55a1cf122009f6c1e7f5e4;hpb=d04fa8383cb80eb3c8397edc0134e301f8f7a882;p=lttv.git diff --git a/lttv/lttv/state.c b/lttv/lttv/state.c index 878a9bbb..a1a31df2 100644 --- a/lttv/lttv/state.c +++ b/lttv/lttv/state.c @@ -12,8 +12,8 @@ * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, - * MA 02111-1307, USA. + * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, + * MA 02110-1301, USA. */ #define _GNU_SOURCE @@ -271,7 +271,7 @@ gboolean rettrue(gpointer key, gpointer value, gpointer user_data) return TRUE; } -static guint check_expand(nb, id) +static guint check_expand(int nb, int id) { if(likely(nb > id)) return nb;