Tests: Fix win32_ordinal_test

This commit is contained in:
evpobr 2017-05-05 15:14:08 +05:00 committed by Erik de Castro Lopo
parent b506de463d
commit 44269a0892

View File

@ -91,7 +91,7 @@ win32_ordinal_test (void)
int k, ordinal, errors = 0 ;
for (k = 0 ; locations [k] != NULL ; k++)
{ snprintf (buffer, sizeof (buffer), "%s/libsndfile-1.def", locations [k]) ;
{ snprintf (buffer, sizeof (buffer), "%s/libsndfile.def", locations [k]) ;
if ((file = fopen (buffer, "r")) != NULL)
break ;
} ;