diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2025-01-14 03:10:55 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2025-01-14 03:10:55 (GMT) |
commit | 328b307ac717cd9eb1bff268f327f08e054a3bd9 (patch) | |
tree | f3abc57fb2ab68b40d909c9dc7bd1254254f5124 | |
parent | d87c3d00f6448233cfcabc2b6d8bc82e395d4190 (diff) |
Fix a short compilation warning.
-rw-r--r-- | src/plugins/pglist.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/pglist.c b/src/plugins/pglist.c index 694d138..277e4f5 100644 --- a/src/plugins/pglist.c +++ b/src/plugins/pglist.c @@ -115,8 +115,6 @@ bool init_all_plugins(bool load) if (load) load_remaning_plugins(); - exit: - return result; } |