fix wrong argument in checking boundaries for a rectangle

some whitespace fixes


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126448 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Luigi Rizzo
2008-06-29 18:50:20 +00:00
parent 7b267dcb2f
commit dc4c6733ac
3 changed files with 4 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ struct board *board_setup(SDL_Surface *screen, SDL_Rect *dest,
b->cur_col = 0; /* current print column */
b->cur_line = 0; /* last line displayed */
ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n",
if (0) ast_log(LOG_WARNING, "Message board %dx%d@%d,%d successfully initialized\n",
b->p_rect->w, b->p_rect->h,
b->p_rect->x, b->p_rect->y);
return b;