comparison stream/stream_cue.c @ 33422:3cda35c45f21

Spelling fix.
author reimar
date Sun, 29 May 2011 11:12:42 +0000
parents e40e03e0b5df
children 7f43e986d780
comparison
equal deleted inserted replaced
33421:f10754220d42 33422:3cda35c45f21
188 j = 0; 188 j = 0;
189 while ( firstline[6 + i] != '"') 189 while ( firstline[6 + i] != '"')
190 { 190 {
191 bin_filename[j] = firstline[6 + i]; 191 bin_filename[j] = firstline[6 + i];
192 192
193 /* if I found a path info, than delete all bevor it */ 193 /* if I found a path info, then delete all before it */
194 switch (bin_filename[j]) 194 switch (bin_filename[j])
195 { 195 {
196 case '\\': 196 case '\\':
197 j = 0; 197 j = 0;
198 break; 198 break;