# HG changeset patch # User ib # Date 1298899776 0 # Node ID eeb36d7982195aeb05bf62953fb0caebf52cf0dd # Parent 14af78beac02c1ebb4bb8e8b29a6f550d31400bc Limit scope of internally used appClearItem(). diff -r 14af78beac02 -r eeb36d798219 gui/app.c --- a/gui/app.c Mon Feb 28 13:25:45 2011 +0000 +++ b/gui/app.c Mon Feb 28 13:29:36 2011 +0000 @@ -81,7 +81,7 @@ static const int evBoxs = sizeof(evNames) / sizeof(evName); -void appClearItem(wItem *item) +static void appClearItem(wItem *item) { item->type = 0; item->x = 0;