From b903602ac19a7d63cb21c60777cda3962befcfa1 Mon Sep 17 00:00:00 2001 From: Vitor Santos Costa Date: Tue, 14 Apr 2009 01:32:29 +0100 Subject: [PATCH] should terminate with NULL. --- packages/PLStream/pl-file.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/PLStream/pl-file.c b/packages/PLStream/pl-file.c index 22da519ac..8eda67d1a 100644 --- a/packages/PLStream/pl-file.c +++ b/packages/PLStream/pl-file.c @@ -4710,8 +4710,10 @@ static const PL_extension file_foreigns[] = { FRG("swi_working_directory", 2, pl_working_directory, 0), FRG("swi_$mark_executable", 1, pl_mark_executable, 0), FRG("swi_copy_stream_data", 2, pl_copy_stream_data2, 0), - FRG("swi_copy_stream_data", 3, pl_copy_stream_data3, 0) + FRG("swi_copy_stream_data", 3, pl_copy_stream_data3, 0), + /* DO NOT ADD ENTRIES BELOW THIS ONE */ + FRG((char *)NULL, 0, NULL, 0) }; static void