pgsql: Remove inappropriate semicolons after function definitions.

Started by Tom Laneabout 14 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

Remove inappropriate semicolons after function definitions.

Solaris Studio warns about this, and some compilers might think it's an
outright syntax error.

Branch
------
REL9_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4f1e0e402018c92030f33f2b48974c3a8ab212d1

Modified Files
--------------
src/backend/utils/adt/json.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)