comparison src/gtkdebug.c @ 12231:c342eb6e8cd3

[gaim-migrate @ 14533] Fix code as per a warning. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 27 Nov 2005 03:17:05 +0000
parents 171c34a04a9f
children ff267281e882
comparison
equal deleted inserted replaced
12230:423323aa0dbe 12231:c342eb6e8cd3
345 345
346 /* we use a do-while to highlight the first match, and then continue 346 /* we use a do-while to highlight the first match, and then continue
347 * if necessary... 347 * if necessary...
348 */ 348 */
349 do { 349 do {
350 gint m; 350 size_t m;
351 351
352 for(m = 0; m < n_matches; m++) { 352 for(m = 0; m < n_matches; m++) {
353 GtkTextIter ms, me; 353 GtkTextIter ms, me;
354 354
355 if(matches[m].rm_eo == -1) 355 if(matches[m].rm_eo == -1)