Skip to content

Commit

Permalink
Remove extra ";"
Browse files Browse the repository at this point in the history
Signed-off-by: Angus Salkeld <asalkeld@redhat.com>
  • Loading branch information
asalkeld committed Nov 8, 2012
1 parent b535ef2 commit 14f0250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/unix.c
Expand Up @@ -75,7 +75,7 @@ qb_sys_mmap_file_open(char *path, const char *file, size_t bytes,
int32_t res = 0;
ssize_t written;
char *buffer = NULL;
char *is_absolute = strchr(file, '/');;
char *is_absolute = strchr(file, '/');

if (is_absolute) {
(void)strlcpy(path, file, PATH_MAX);
Expand Down

0 comments on commit 14f0250

Please sign in to comment.