Skip to content

Commit a3c7e6b

Browse files
committed
;
1 parent edd5fd3 commit a3c7e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/services/services_dlopen.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ int
6767
services__execute_dlopen_metadata(svc_action_t *op) {
6868
void *lib;
6969
char *lib_error;
70-
const char *metadata
70+
const char *metadata;
7171
char dst[200] = "/usr/lib/dlopen/";
7272
strcat(dst, op->agent);
7373
lib = dlopen(dst, RTLD_NOW | RTLD_LOCAL | RTLD_NODELETE);

0 commit comments

Comments
 (0)