From 4fafc8b49e3f08a87119ef62a54056efba7b6b92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Tue, 15 Feb 2022 22:59:58 +0100 Subject: Finish Win32 re-implementation. There are still things to be improved upon, but this commit marks feature parity with the XPCE version. --- c/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/common.c') diff --git a/c/common.c b/c/common.c index c672a4d..a4debc3 100644 --- a/c/common.c +++ b/c/common.c @@ -40,6 +40,6 @@ Watched(int iEpisode) return 0; return PL_call_predicate(NULL, PL_Q_NORMAL, - PL_predicate("watched", 1, "track_episodes"), + PL_predicate("watched", 1, "track_episodes"), t); } -- cgit v1.2.3