aboutsummaryrefslogtreecommitdiff
path: root/c/datalistview.c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-02 22:03:00 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-03 12:05:55 +0100
commit23df5644c2ce8209a8387257f8d6942736008663 (patch)
tree4e74c3ea0fe1a7e3b1e8dd2a2bd312ec1be3e0cb /c/datalistview.c
parent170e048f4ceb11633b62cfcc5b82df6a5aa9c27b (diff)
downloadEpisodeBrowser-23df5644c2ce8209a8387257f8d6942736008663.tar.gz
Update code style.
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;