summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/pam_authenticate.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/pam_authenticate.hpp b/include/pam_authenticate.hpp
index 7af28ad987..4759e02eda 100644
--- a/include/pam_authenticate.hpp
+++ b/include/pam_authenticate.hpp
@@ -49,7 +49,7 @@ inline int pamFunctionConversation(int numMsg, const struct pam_message** msg,
// passing off ownership of this to a C application, there aren't a lot
// of sane ways to avoid it.
- // NOLINTNEXTLINE(cppcoreguidelines-no-malloc)'
+ // NOLINTNEXTLINE(cppcoreguidelines-no-malloc)
void* passPtr = malloc(appPassSize + 1);
// NOLINTNEXTLINE(cppcoreguidelines-pro-type-reinterpret-cast)
char* pass = reinterpret_cast<char*>(passPtr);