comparison dvd_input.c @ 19:7f7e87bd7536 src

Cosmetics: remove empty lines.
author rathann
date Mon, 01 Sep 2008 21:05:17 +0000
parents 2a219d444297
children fce16251755c
comparison
equal deleted inserted replaced
18:2a219d444297 19:7f7e87bd7536
147 free(dev); 147 free(dev);
148 148
149 return 0; 149 return 0;
150 } 150 }
151 151
152
153
154
155
156
157 /** 152 /**
158 * initialize and open a DVD device or file. 153 * initialize and open a DVD device or file.
159 */ 154 */
160 static dvd_input_t file_open(const char *target) 155 static dvd_input_t file_open(const char *target)
161 { 156 {