Removed leftover semicolon

This commit is contained in:
adamdunkels 2009-02-25 09:13:51 +00:00
parent 669bf3743e
commit 45387fea3f
1 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
*
* This file is part of the Contiki operating system.
*
* $Id: ctk.c,v 1.20 2009/02/25 09:01:38 adamdunkels Exp $
* $Id: ctk.c,v 1.21 2009/02/25 09:13:51 adamdunkels Exp $
*
*/
@ -1169,7 +1169,7 @@ activate(CC_REGISTER_ARG struct ctk_widget *w)
function pointers cannot be NULL. ctk_textentry_input is typedef'd
in ctk/ctk.h, hence the strange-looking function signature. */
unsigned char
ctk_textentry_input_null(ctk_arch_key_t c, struct ctk_textentry *t);
ctk_textentry_input_null(ctk_arch_key_t c, struct ctk_textentry *t)
{
}