common-lisp.net
/
projects/qitab/cl-protobufs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6ac9510
)
fixup: 6ac9510 add missing close-paren
author
Alejandro R Sedeño
<asedeno@google.com>
Thu, 21 Feb 2013 20:01:55 +0000 (15:01 -0500)
committer
Alejandro R Sedeño
<asedeno@google.com>
Thu, 21 Feb 2013 20:01:55 +0000 (15:01 -0500)
parser.lisp
patch
|
blob
|
blame
|
history
diff --git
a/parser.lisp
b/parser.lisp
index
d80387f
..
2140832
100644
(file)
--- a/
parser.lisp
+++ b/
parser.lisp
@@
-851,4
+851,4
@@
(collect-option (parse-proto-option stream nil)))
(expect-char stream #\} '(#\;) "service")
(maybe-skip-comments stream)
- (values options t)))
+ (values options t))))