Skip to content

Commit

Permalink
add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
valeth committed Nov 21, 2015
1 parent 7c07370 commit a7f85c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xsel.c
Expand Up @@ -347,7 +347,7 @@ get_xdg_cache_home (void)
if ((cachedir = getenv ("XDG_CACHE_HOME")) != NULL) {
return cachedir;
} else {
return strcat(getenv ("HOME"), "/.cache")
return strcat(getenv ("HOME"), "/.cache");
}
}

Expand Down

0 comments on commit a7f85c0

Please sign in to comment.