]> git.tuebingen.mpg.de Git - dss.git/blobdiff - str.c
Fix typo in documentation of --logfile.
[dss.git] / str.c
diff --git a/str.c b/str.c
index 4bca765e9427ebf67b293b22a5dd7a8bf8e920cb..df706ef497dd04234a050ce5a1ecb2f0dee77175 100644 (file)
--- a/str.c
+++ b/str.c
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2004-2010 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2004-2010 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -242,7 +242,7 @@ __must_check __malloc char *dss_logname(void)
  */
 unsigned split_args(char *args, char *** const argv_ptr, const char *delim)
 {
-       char *p = args;
+       char *p;
        char **argv;
        size_t n = 0, i, j;