]> andersk Git - openssh.git/blobdiff - readconf.c
- djm@cvs.openbsd.org 2005/07/17 07:17:55
[openssh.git] / readconf.c
index 5ec89e2f03d9af46b1732dfab97e68ae9afcf1e0..1e3c13239d3aa5011e75ac5bac78776f4904927f 100644 (file)
@@ -12,7 +12,7 @@
  */
 
 #include "includes.h"
-RCSID("$OpenBSD: readconf.c,v 1.141 2005/06/08 11:25:09 djm Exp $");
+RCSID("$OpenBSD: readconf.c,v 1.142 2005/07/17 07:17:55 djm Exp $");
 
 #include "ssh.h"
 #include "xmalloc.h"
@@ -839,7 +839,7 @@ parse_int:
        /* Check that there is no garbage at end of line. */
        if ((arg = strdelim(&s)) != NULL && *arg != '\0') {
                fatal("%.200s line %d: garbage at end of line; \"%.200s\".",
-                    filename, linenum, arg);
+                   filename, linenum, arg);
        }
        return 0;
 }
This page took 0.220167 seconds and 4 git commands to generate.