close-stream: declare local scalars to be "const"
authorJames Youngman <jay@gnu.org>
Sun, 11 Apr 2010 14:48:21 +0000 (16:48 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 11 Apr 2010 14:51:19 +0000 (16:51 +0200)
commit7baf2c51f930de87d42ccf79abe700714ac3195e
treeee8cd8b4a73665e1fc0bd78896706dbc8fb56e9e
parent03271c7c26bf808ad6006d77f3ae0ffd42c52d23
close-stream: declare local scalars to be "const"

* lib/close-stream.c (close_stream): Make boolean variables const
to document the fact that we set but do not change them.
ChangeLog
lib/close-stream.c