comparison src/xxd/xxd.c @ 856:8cd729851562 v7.0g

updated for version 7.0g
author vimboss
date Sun, 30 Apr 2006 18:54:39 +0000
parents 23f82b5d2814
children b7ad1c609161
comparison
equal deleted inserted replaced
855:d2a4f08396fe 856:8cd729851562
276 continue; 276 continue;
277 277
278 #if 0 /* this doesn't work when there is normal text after the hex codes in 278 #if 0 /* this doesn't work when there is normal text after the hex codes in
279 the last line that looks like hex */ 279 the last line that looks like hex */
280 if (c == ' ' || c == '\n' || c == '\t') /* allow multiple spaces */ 280 if (c == ' ' || c == '\n' || c == '\t') /* allow multiple spaces */
281 continue; 281 continue;
282 #endif 282 #endif
283 283
284 n3 = n2; 284 n3 = n2;
285 n2 = n1; 285 n2 = n1;
286 286