aboutsummaryrefslogtreecommitdiff
path: root/c/datalistview.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/datalistview.c')
-rw-r--r--c/datalistview.c6
1 files changed, 4 insertions, 2 deletions
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;