mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
11 lines
305 B
C
11 lines
305 B
C
--- src/tlci.c.orig 2023-06-11 19:01:46 UTC
|
|
+++ src/tlci.c
|
|
@@ -46,7 +46,7 @@ extern void switch_to_stdin(void);
|
|
extern FILE* yyin;
|
|
|
|
/*********************************************************************************/
|
|
-static void on_quit()
|
|
+static void on_quit(void)
|
|
{
|
|
heap_destroy(tlci_heap);
|
|
}
|