# HG changeset patch # User diego # Date 1321442065 0 # Node ID ba55ceb047486ac553da08418f3af025642134e0 # Parent 8ddad79e3c9182466851db7312366301ad89abac ao_null: mark global variables only used within the file as static diff -r 8ddad79e3c91 -r ba55ceb04748 libao2/ao_null.c --- a/libao2/ao_null.c Wed Nov 16 11:14:23 2011 +0000 +++ b/libao2/ao_null.c Wed Nov 16 11:14:25 2011 +0000 @@ -37,8 +37,8 @@ LIBAO_EXTERN(null) -struct timeval last_tv; -int buffer; +static struct timeval last_tv; +static int buffer; static void drain(void){