Make do_test() static

svn path=/trunk/; revision=31980
This commit is contained in:
Kovarththanan Rajaratnam 2010-02-24 08:36:20 +00:00
parent fcc745f75b
commit 7ca35912aa
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
int failure = 0;
void
static void
do_test(int condition, const char *format, ...)
{
va_list ap;