Removed leftover semicolon
This commit is contained in:
parent
669bf3743e
commit
45387fea3f
|
@ -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)
|
||||
{
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue