Skip to content

Commit

Permalink
Remove extraneous semi-colon #1479
Browse files Browse the repository at this point in the history
  • Loading branch information
icraggs committed Jun 3, 2024
1 parent bcec61e commit 5b75c4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/MQTTPersistenceDefault.c
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 5b75c4c

Please sign in to comment.