OSDN Git Service

Add semicolon so snprintf.c goto has a statement to attach to:
authorBruce Momjian <bruce@momjian.us>
Tue, 22 Feb 2005 04:57:24 +0000 (04:57 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 22 Feb 2005 04:57:24 +0000 (04:57 +0000)
commite3ebe2521eae0be4bdc08ab042467d1ba27b5244
treeeb8c5def73be86c5b1bc268360fa6707bb6e4621
parent0542b1e2fee5fe7c7fa1a83fa9fe81618b2bc69e
Add semicolon so snprintf.c goto has a statement to attach to:

nochar:
    /* nothing */
    ; /* semicolon required because a goto has to be attached to a statement */
src/port/snprintf.c