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

@@ -138,6 +138,5 @@ int reset_board(struct board *b);
/*! \brief deallocates memory space for a board */
void delete_board(struct board *b);
#endif /* CONSOLE_VIDEO_H */
/* end of file */