Subversion Repositories Kolibri OS

Compare Revisions

Regard whitespace Rev 4501 → Rev 4930

/contrib/sdk/sources/Intel-2D/sna/kgem.c
2744,7 → 2744,7
 
if (DEBUG_DUMP)
{
int fd = open("/tmp1/1/batchbuffer.bin", O_CREAT|O_WRONLY|O_BINARY);
int fd = open("/tmp1/1/batchbuffer.bin", O_CREAT|O_WRONLY);
if (fd != -1) {
ret = write(fd, kgem->batch, batch_end*sizeof(uint32_t));
fd = close(fd);