fix compiler warning

This commit is contained in:
Yang Tse 2010-02-05 19:24:22 +00:00
parent e3009f2950
commit 880452d2ed
1 changed files with 3 additions and 1 deletions

View File

@ -215,7 +215,9 @@ int test(char *URL)
res = TEST_ERR_RUNS_FOREVER;
}
/* test_cleanup: */
#ifdef LIB532
test_cleanup:
#endif
#ifndef LIB527
/* get NUM_HANDLES easy handles */