Remove extraneous semi-colon #1479

This commit is contained in:
Ian Craggs 2024-06-03 12:18:52 +01:00
parent 0521dc5c77
commit a6587cd80e
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*******************************************************************************
* Copyright (c) 2009, 2023 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 @@ free_exit:
exit:
FUNC_EXIT_RC(rc);
return rc;
};
}
/** Retrieve a wire message from the client persistence directory.