fix N_() arguments, From metze

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23996 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-10-30 06:45:25 +00:00
parent 24b3226aaf
commit 230ddb5707

View File

@@ -135,7 +135,7 @@ init_ccapi(krb5_context context)
#else
HEIMDAL_MUTEX_unlock(&acc_mutex);
krb5_set_error_message(context, KRB5_CC_NOSUPP,
N_("no support for shared object"));
N_("no support for shared object", ""));
return KRB5_CC_NOSUPP;
#endif
}