]> asedeno.scripts.mit.edu Git - cl-protobufs.git/commitdiff
fixup: 6ac9510 add missing close-paren
authorAlejandro R Sedeño <asedeno@google.com>
Thu, 21 Feb 2013 20:01:55 +0000 (15:01 -0500)
committerAlejandro R Sedeño <asedeno@google.com>
Thu, 21 Feb 2013 20:01:55 +0000 (15:01 -0500)
parser.lisp

index d80387faa4fd009536f027e40912aa37838b0230..21408320527c72642b6cd26f2a7dab8695038c06 100644 (file)
         (collect-option (parse-proto-option stream nil)))
       (expect-char stream #\} '(#\;) "service")
       (maybe-skip-comments stream)
-      (values options t)))
+      (values options t))))