diff options
author | John Ankarström <john@ankarstrom.se> | 2022-04-01 02:30:56 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2022-04-01 02:30:56 +0200 |
commit | 0719ccc4bd2f967fe2c7bc4a101a551eef21f9c7 (patch) | |
tree | f1ace58afe2572a99031bbe1eb4e35e3d17204f9 /c/datalistview.c | |
parent | 877aa7c7f6287168f9c809c8823ec939f6364040 (diff) | |
download | EpisodeBrowser-0719ccc4bd2f967fe2c7bc4a101a551eef21f9c7.tar.gz |
Update comment style.
Diffstat (limited to 'c/datalistview.c')
-rw-r--r-- | c/datalistview.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/c/datalistview.c b/c/datalistview.c index 99c3eed..901f16f 100644 --- a/c/datalistview.c +++ b/c/datalistview.c @@ -44,10 +44,9 @@ DlvShowEpisode(int iEpisode) PI(t,iEpisode) return; P("episode_data","lookup_episode_local",3,t) return; - /* 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.) - */ + /* 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; |