YANG printer BUGFIX unterminated key-stmt argument in compiled output
diff --git a/src/printer_yang.c b/src/printer_yang.c
index f002b32..7b64084 100755
--- a/src/printer_yang.c
+++ b/src/printer_yang.c
@@ -1714,7 +1714,7 @@
         LY_ARRAY_FOR(list->keys, u) {
             ly_print(ctx->out, "%s%s", u > 0 ? ", " : "", list->keys[u]->name);
         }
-        ypr_close(ctx, 0);
+        ly_print(ctx->out, "\";\n");
     }
     LY_ARRAY_FOR(list->uniques, u) {
         ypr_open(ctx->out, &flag);