From 23df5644c2ce8209a8387257f8d6942736008663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 2 Mar 2022 22:03:00 +0100 Subject: Update code style. --- c/datalistview.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'c/datalistview.c') diff --git a/c/datalistview.c b/c/datalistview.c index 385b384..9911887 100644 --- a/c/datalistview.c +++ b/c/datalistview.c @@ -46,8 +46,10 @@ DlvShowEpisode(int iEpisode) PI(t,iEpisode) goto e; P("episode_data","lookup_episode_local",3,t) goto e; - /* The episode data is a list of unary compounds, - * whose functor is the key and whose argument is the value. */ + /* The episode data is a list of unary compounds, + * whose functor is the key and whose argument is the value. + * (Perhaps this should really be implemented in Prolog.) + */ { term_t tHead, tList; -- cgit v1.2.3