aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/librarian.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librarian.c b/src/librarian.c
index fe7591a..e0ed7fe 100644
--- a/src/librarian.c
+++ b/src/librarian.c
@@ -325,7 +325,7 @@ int main(int argc, char *argv[])
/* Get LIBRARIAN_PATH. */
path = getenv("LIBRARIAN_PATH");
if (!path || !*path)
- path = DEFAULT_PATH
+ path = DEFAULT_PATH;
CLEANUP;
return 0;