$NetBSD: patch-examples_strings_b64_c,v 1.1 2013/03/08 12:36:40 makoto Exp $

Avoid unterminated string error.

--- examples/strings/b64.c.orig	2003-12-06 02:36:52.000000000 +0900
+++ examples/strings/b64.c	2013-02-27 22:20:10.000000000 +0900
@@ -5,8 +5,8 @@
 
 char *example_description()
 {
-	char *desc = "
-	LibCGI examples, str_base64_* functions demostration. <br>
+	char *desc = " \
+	LibCGI examples, str_base64_* functions demostration. <br> \
 	";
 	
 	return desc;
