From 4f82525c39ac2504e334b702603239ec669dac90 Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Tue, 21 Oct 2025 23:03:30 +0100 Subject: [PATCH] Correct the comment at the end of the conditional. --- src/main/remote.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/remote.c b/src/main/remote.c index 53b8a80..c52f2e5 100644 --- a/src/main/remote.c +++ b/src/main/remote.c @@ -365,4 +365,4 @@ int pv_remote_set( /*@unused@ */ return PV_ERROREXIT_REMOTE_OR_PID; } -#endif /* SA_SIGINFO */ +#endif /* PV_REMOTE_CONTROL */