# HG changeset patch # User Robert Strong # Date 1545075791 28800 # Node ID a46e55bbb59169f36aea1035818682aa203628b9 # Parent b0d5f304e740f0dcd1516d78270f5d731cf4a054 Bug 1514532 - followup comment format fix. r=me diff --git a/modules/libmar/sign/mar_sign.c b/modules/libmar/sign/mar_sign.c --- a/modules/libmar/sign/mar_sign.c +++ b/modules/libmar/sign/mar_sign.c @@ -573,17 +573,17 @@ failure: /** * Imports a base64 encoded signature into a MAR file * * @param src The path of the source MAR file * @param sigIndex The index of the signature to import * @param base64SigFile A file which contains the signature to import * @param dest The path of the destination MAR file with replaced - * signature + * signature * @return 0 on success * -1 on error */ int import_signature(const char *src, uint32_t sigIndex, const char *base64SigFile, const char *dest) { int rv = -1; FILE *fpSrc = NULL; FILE *fpDest = NULL;