aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu.c')
-rw-r--r--src/menu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menu.c b/src/menu.c
index a9098deed7e..3bfb74863ae 100644
--- a/src/menu.c
+++ b/src/menu.c
@@ -1340,7 +1340,7 @@ no quit occurs and `x-popup-menu' returns nil. */)
1340 1340
1341 UNGCPRO; 1341 UNGCPRO;
1342 1342
1343 if (error_name) error (error_name); 1343 if (error_name) error ("%s", error_name);
1344 return selection; 1344 return selection;
1345} 1345}
1346 1346