]> git.ozlabs.org Git - ccan-lca-2011.git/blobdiff - tools/ccanlint/no_info.c
From: Joseph Adams <joeyadams3.14159@gmail.com>
[ccan-lca-2011.git] / tools / ccanlint / no_info.c
index 9ee5f709c614c88a5eddb2dc126e2c956984c23b..1ac925cf1125e996d43ca3ad0ea0e07538d960b3 100644 (file)
@@ -9,7 +9,7 @@
 #include <stdio.h>
 #include <err.h>
 #include <string.h>
-#include <noerr/noerr.h>
+#include <ccan/noerr/noerr.h>
 
 static void *check_no_info(struct manifest *m)
 {
@@ -40,7 +40,7 @@ static const char template[] =
        " */\n"
        "int main(int argc, char *argv[])\n"
        "{\n"
-       "       /* Expect exactly one argument\n"
+       "       /* Expect exactly one argument */\n"
        "       if (argc != 2)\n"
        "               return 1;\n"
        "\n"