]> git.deb.at Git - pkg/abook.git/blobdiff - intl/vasnwprintf.h
autotools update: 1/2: main files
[pkg/abook.git] / intl / vasnwprintf.h
index d3cef4cbcd2b373b9e1f13364107ae71ae3f384f..a01745bd7151301e07f19c0223994ec1d9ad2324 100644 (file)
@@ -13,7 +13,7 @@
 
    You should have received a copy of the GNU Library General Public
    License along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307,
+   Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,
    USA.  */
 
 #ifndef _VASNWPRINTF_H
@@ -25,7 +25,7 @@
 /* Get wchar_t, size_t.  */
 #include <stddef.h>
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 extern "C" {
 #endif
 
@@ -39,7 +39,7 @@ extern "C" {
 extern wchar_t * asnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, ...);
 extern wchar_t * vasnwprintf (wchar_t *resultbuf, size_t *lengthp, const wchar_t *format, va_list args);
 
-#ifdef __cplusplus
+#ifdef __cplusplus
 }
 #endif