comparison src/lirc.c @ 1055:1646720364cf

Adding a vim modeline to all files - patch by Klaus Ethgen
author nadvornik
date Tue, 07 Oct 2008 18:20:22 +0000
parents 81ec7d977d5f
children 0b94f0e6e3d0
comparison
equal deleted inserted replaced
1054:9157291b79a4 1055:1646720364cf
217 if (flags != -1) fcntl(lirc_fd, F_SETFL, flags|O_NONBLOCK); 217 if (flags != -1) fcntl(lirc_fd, F_SETFL, flags|O_NONBLOCK);
218 fflush(stderr); 218 fflush(stderr);
219 } 219 }
220 220
221 #endif /* HAVE_LIRC */ 221 #endif /* HAVE_LIRC */
222 /* vim: set shiftwidth=8 softtabstop=0 cindent cinoptions={1s: */