summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMike Yuan <me@yhndnzj.com>2024-01-04 16:31:37 +0100
committerMike Yuan <me@yhndnzj.com>2024-01-04 16:35:37 +0100
commit1f233020dc0ea1fa75bb70544f65f72969c78e8e (patch)
tree89f85605b0a57e486243c551954ee9072188b7e5 /src
parentvpick-tool: sort includes (diff)
downloadsystemd-1f233020dc0ea1fa75bb70544f65f72969c78e8e.tar.xz
systemd-1f233020dc0ea1fa75bb70544f65f72969c78e8e.zip
shared/vpick: don't say "ptr" for TAKE_PICK_RESULT (struct)
Diffstat (limited to 'src')
-rw-r--r--src/shared/vpick.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/vpick.h b/src/shared/vpick.h
index 0e0d41e5db..fec7ca4cf2 100644
--- a/src/shared/vpick.h
+++ b/src/shared/vpick.h
@@ -38,7 +38,7 @@ typedef struct PickResult {
.tries_done = UINT_MAX, \
}
-#define TAKE_PICK_RESULT(ptr) TAKE_GENERIC(ptr, PickResult, PICK_RESULT_NULL)
+#define TAKE_PICK_RESULT(pick) TAKE_GENERIC(pick, PickResult, PICK_RESULT_NULL)
void pick_result_done(PickResult *p);