cpp: correct #endif placement
authorDaniel Stenberg <daniel@haxx.se>
Sun, 6 Mar 2011 22:00:28 +0000 (23:00 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 6 Mar 2011 22:00:28 +0000 (23:00 +0100)
commitc9ee341bfb316b3076d372dfd5ce05b73b479c7f
tree6d2ccceef253b577de928e24055c3b7601b91933
parentc60a6153be81956b8bd9fcec46fc12ee3b7ca38a
cpp: correct #endif placement

The end-of-file #endif in rawstr.h was not correcly positioned after all
prototypes.

Reported by: Boris
Bug: http://curl.haxx.se/bug/view.cgi?id=3195205
lib/rawstr.h