str: Mark definition of ss_empty() "static inline".
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:02:06 +0000 (21:02 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 10 Nov 2011 05:30:26 +0000 (21:30 -0800)
This suppresses a Clang warning.  The prototype earlier in the file
was already marked "static inline", so I don't think that this is a
functional change.

Reported-by: Jeremy Lavergne <jeremy@lavergne.gotdns.org>

No differences found