From 749b6ca31ce3794ab5c7fb30485f6a73b3e0db8e Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sat, 11 Sep 2010 14:58:29 +0100 Subject: [PATCH] Fix redefinition warning in pam_fprintd --- pam/pam_fprintd.c | 1 - 1 file changed, 1 deletion(-) diff --git a/pam/pam_fprintd.c b/pam/pam_fprintd.c index 27cdea6..67b2de0 100644 --- a/pam/pam_fprintd.c +++ b/pam/pam_fprintd.c @@ -35,7 +35,6 @@ #include "marshal.h" -#define N_(x) x #define TR(s) dgettext(GETTEXT_PACKAGE, s) #include "fingerprint-strings.h"