summaryrefslogtreecommitdiff
path: root/lib/util/secload.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util/secload.c')
-rw-r--r--lib/util/secload.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/secload.c b/lib/util/secload.c
index 12efd2f75..1cebae4e2 100644
--- a/lib/util/secload.c
+++ b/lib/util/secload.c
@@ -88,7 +88,7 @@ loader_LoadLibInReferenceDir(const char* referencePath, const char* name)
* on Windows even if PATH is not set. Requires NSPR 4.8.1 . */
| PR_LD_ALT_SEARCH_PATH
#endif
- );
+ );
PORT_Free(fullName);
}
}