comparison src/layout_config.c @ 446:ddabc4873a3f

Effectively drop empty newlines at end of files (missing from rev 535)
author zas_
date Sun, 20 Apr 2008 18:07:51 +0000
parents 4b2d7f9af171
children 48c8e49b571c
comparison
equal deleted inserted replaced
445:89f8bffbce21 446:ddabc4873a3f
412 *a = text_char_to_num(text, 0); 412 *a = text_char_to_num(text, 0);
413 *b = text_char_to_num(text, 1); 413 *b = text_char_to_num(text, 1);
414 *c = text_char_to_num(text, 2); 414 *c = text_char_to_num(text, 2);
415 } 415 }
416 } 416 }
417
418