mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 05:50:11 +01:00
gallium: fix error msg typo
This commit is contained in:
parent
216603348c
commit
5e8d7899a8
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ util_pack_z(enum pipe_format format, double z)
|
|||
case PIPE_FORMAT_Z24X8_UNORM:
|
||||
return ((uint) (z * 0xffffff)) << 8;
|
||||
default:
|
||||
debug_printf("gallium: unhandled fomrat in util_pack_z()");
|
||||
debug_printf("gallium: unhandled format in util_pack_z()\n");
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue