]> git.evergreen-ils.org Git - OpenSRF.git/commit
Several minor and inconsequential changes:
authorscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 16 Aug 2010 15:18:08 +0000 (15:18 +0000)
committerscottmk <scottmk@9efc2488-bf62-4759-914b-345cdb29e865>
Mon, 16 Aug 2010 15:18:08 +0000 (15:18 +0000)
commit8b5a4982c293d2a7651c7ad6bb720bc1591c9c8c
tree2f592e3faa361219515199e4c63509088cb34d7c
parent777dda092d4edb2378a05cf17b71971c0dd8b708
Several minor and inconsequential changes:

1. Tidied up the white space in a few places.

2. Commented out several unused functions, used only for development,
in order to eliminate some annoying compiler warnings.

3. Added the const qualifier to several variables.

4. Added three branches to a switch/case structure, in order to
eliminate some compiler warnings about untested enum values.  The
new branches merely issue warning messages to the log (presumably
we don't expect to see RESULT or STATUS messages in this
context).

M    src/gateway/osrf_http_translator.c

git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@2006 9efc2488-bf62-4759-914b-345cdb29e865
src/gateway/osrf_http_translator.c