summaryrefslogtreecommitdiff
path: root/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'osd.c')
-rw-r--r--osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/osd.c b/osd.c
index 5e87fbb5..dc056101 100644
--- a/osd.c
+++ b/osd.c
@@ -87,7 +87,7 @@ osd_std_resize(struct osd_item *item)
graphics_overlay_resize(item->gr, &item->p, item->w, item->h, 65535, 1);
}
-void
+static void
osd_std_calculate_sizes(struct osd_item *item, struct osd_priv *priv, int w, int h)
{
struct attr vehicle_attr;