summaryrefslogtreecommitdiff
path: root/src/leo_driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/leo_driver.c')
-rw-r--r--src/leo_driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/leo_driver.c b/src/leo_driver.c
index f6fc87c..2c1d505 100644
--- a/src/leo_driver.c
+++ b/src/leo_driver.c
@@ -650,7 +650,7 @@ LeoCloseScreen(CLOSE_SCREEN_ARGS_DECL)
static void
LeoFreeScreen(FREE_SCREEN_ARGS_DECL)
{
- SCRN_INFO_PTR(pScrn);
+ SCRN_INFO_PTR(arg);
LeoFreeRec(pScrn);
}