gallium/util: print \n after DXTn printf
Re-add commit 2d65a7caf9
Signed-off-by: Xavier Chantry <chantry.xavier@gmail.com>
Signed-off-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:

committed by
José Fonseca

parent
5362f77b47
commit
d0f9e7521c
@@ -120,7 +120,7 @@ util_format_s3tc_init(void)
|
|||||||
library = util_dl_open(DXTN_LIBNAME);
|
library = util_dl_open(DXTN_LIBNAME);
|
||||||
if (!library) {
|
if (!library) {
|
||||||
debug_printf("couldn't open " DXTN_LIBNAME ", software DXTn "
|
debug_printf("couldn't open " DXTN_LIBNAME ", software DXTn "
|
||||||
"compression/decompression unavailable");
|
"compression/decompression unavailable\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -142,7 +142,7 @@ util_format_s3tc_init(void)
|
|||||||
!util_format_dxtn_pack) {
|
!util_format_dxtn_pack) {
|
||||||
debug_printf("couldn't reference all symbols in " DXTN_LIBNAME
|
debug_printf("couldn't reference all symbols in " DXTN_LIBNAME
|
||||||
", software DXTn compression/decompression "
|
", software DXTn compression/decompression "
|
||||||
"unavailable");
|
"unavailable\n");
|
||||||
util_dl_close(library);
|
util_dl_close(library);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user