]> git.evergreen-ils.org Git - working/Evergreen.git/commit
LP#1485374: Add missing comma on line 667 of oils_auth.c.
authorJason Stephenson <jason@sigio.com>
Sat, 20 Aug 2016 17:42:31 +0000 (13:42 -0400)
committerKathy Lussier <klussier@masslnc.org>
Fri, 27 Jan 2017 19:45:50 +0000 (14:45 -0500)
commit029deb6ce6cd2ac4a2858edf786d364909687fc0
treed7b830867910fd0f4e08cc3e8e6c3e06bb164a8e
parentf838339871e9c7ceabedb54d7d7ec9d1ddac57a6
LP#1485374: Add missing comma on line 667 of oils_auth.c.

Fixes the following compiler error:
oils_auth.c: In function ‘oilsAuthComplete’:
oils_auth.c:668:9: error: expected ‘)’ before string constant
         "open-ils.auth_internal",
         ^

Signed-off-by: Jason Stephenson <jason@sigio.com>
Signed-off-by: Kathy Lussier <klussier@masslnc.org>
Open-ILS/src/c-apps/oils_auth.c