diff --git a/src/MQTTPersistenceDefault.c b/src/MQTTPersistenceDefault.c index ee9de994..f6417be0 100644 --- a/src/MQTTPersistenceDefault.c +++ b/src/MQTTPersistenceDefault.c @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2009, 2020 IBM Corp. + * Copyright (c) 2009, 2024 IBM Corp. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v2.0 @@ -248,7 +248,7 @@ int pstput(void* handle, char* key, int bufcount, char* buffers[], int buflens[] exit: FUNC_EXIT_RC(rc); return rc; -}; +} /** Retrieve a wire message from the client persistence directory.