summaryrefslogtreecommitdiffstats
path: root/src/providers/dp_pam_data_util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/providers/dp_pam_data_util.c')
-rw-r--r--src/providers/dp_pam_data_util.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/providers/dp_pam_data_util.c b/src/providers/dp_pam_data_util.c
index 7aca559f..7ac50c4e 100644
--- a/src/providers/dp_pam_data_util.c
+++ b/src/providers/dp_pam_data_util.c
@@ -33,7 +33,7 @@
goto failed; \
} \
} \
-} while(0);
+} while(0)
#define PD_MEM_COPY(el, size) do { \
if (old_pd->el != NULL) { \
@@ -43,7 +43,7 @@
goto failed; \
} \
} \
-} while(0);
+} while(0)
static const char *pamcmd2str(int cmd) {
switch (cmd) {