comparison src/hardcopy.c @ 4352:04736b4030ec v7.3.925

updated for version 7.3.925 Problem: Typos in source files. Solution: Fix the typos. (Ken Takata)
author Bram Moolenaar <bram@vim.org>
date Mon, 06 May 2013 04:24:17 +0200
parents 25672ad7f377
children 18953e121be6
comparison
equal deleted inserted replaced
4351:e5137a5dcf15 4352:04736b4030ec
2184 if (color) 2184 if (color)
2185 prt_write_string(" color"); 2185 prt_write_string(" color");
2186 if (num_copies > 1) 2186 if (num_copies > 1)
2187 { 2187 {
2188 prt_write_string(" numcopies("); 2188 prt_write_string(" numcopies(");
2189 /* Note: no space wanted so dont use prt_write_int() */ 2189 /* Note: no space wanted so don't use prt_write_int() */
2190 sprintf((char *)prt_line_buffer, "%d", num_copies); 2190 sprintf((char *)prt_line_buffer, "%d", num_copies);
2191 prt_write_file(prt_line_buffer); 2191 prt_write_file(prt_line_buffer);
2192 prt_write_string(")"); 2192 prt_write_string(")");
2193 } 2193 }
2194 prt_write_string("\n"); 2194 prt_write_string("\n");