comparison mcabber/src/screen.c @ 740:1877838d3c27

Kill two gcc warnings
author Mikael Berthe <mikael@lilotux.net>
date Fri, 10 Mar 2006 19:18:07 +0100
parents 0d5fb1d9077c
children 402b0e288433
comparison
equal deleted inserted replaced
739:0d5fb1d9077c 740:1877838d3c27
1699 int nrow; 1699 int nrow;
1700 const char *row; 1700 const char *row;
1701 const char *cchar; 1701 const char *cchar;
1702 guint compl_categ; 1702 guint compl_categ;
1703 1703
1704 row = inputLine; // (Kills a GCC warning)
1704 nrow = which_row(&row); 1705 nrow = which_row(&row);
1705 1706
1706 // a) No completion if no leading slash ('cause not a command), 1707 // a) No completion if no leading slash ('cause not a command),
1707 // unless this is a room (then, it is a nickname completion) 1708 // unless this is a room (then, it is a nickname completion)
1708 // b) We can't have more than 2 parameters (we use 2 flags) 1709 // b) We can't have more than 2 parameters (we use 2 flags)