瀏覽代碼

gallium: add \n to error strings

tags/mesa_20090313
Brian Paul 17 年之前
父節點
當前提交
1cff4992b3
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      src/gallium/auxiliary/util/u_pack_color.h

+ 2
- 2
src/gallium/auxiliary/util/u_pack_color.h 查看文件

@@ -91,7 +91,7 @@ util_pack_color_ub(ubyte r, ubyte g, ubyte b, ubyte a,
return;
/* XXX lots more cases to add */
default:
debug_printf("gallium: unhandled format in util_pack_color_ub()");
debug_printf("gallium: unhandled format in util_pack_color_ub()\n");
}
}
@@ -174,7 +174,7 @@ util_pack_color(const float rgba[4], enum pipe_format format, void *dest)
return;
/* XXX lots more cases to add */
default:
debug_printf("gallium: unhandled format in util_pack_color()");
debug_printf("gallium: unhandled format in util_pack_color()\n");
}
}

Loading…
取消
儲存