Also mark the file as using the krb5 C style.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25343
dc483132-0cff-0310-8789-
dd5450dbe970
+/* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
/* To the extent possible under law, Painless Security, LLC has waived
* all copyright and related or neighboring rights to GSS-API Memory
* Management Header. This work is published from: United States.
char *copy = gssalloc_malloc(size);
if (copy) {
memcpy(copy, str, size);
- copy[size-1] = '\0';
+ copy[size-1] = '\0';
}
return copy;
}