aboutsummaryrefslogtreecommitdiffstats
path: root/src/sympathy.h.head.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/sympathy.h.head.in')
-rw-r--r--src/sympathy.h.head.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/sympathy.h.head.in b/src/sympathy.h.head.in
index d2edcdf..e26d094 100644
--- a/src/sympathy.h.head.in
+++ b/src/sympathy.h.head.in
@@ -12,6 +12,9 @@
/*
* $Log$
+ * Revision 1.3 2008/03/07 14:13:40 james
+ * *** empty log message ***
+ *
* Revision 1.2 2008/02/13 18:05:06 james
* *** empty log message ***
*
@@ -38,9 +41,9 @@ extern "C" {
#include <stdio.h>
#include <stdlib.h>
-/*the integer constants here are set by configure*/
+/* the integer constants here are set by configure */
-/*get uint32_t and friends defined */
+/* get uint32_t and friends defined */
#if @G2_HAVE_STDINT_H@
#include <stdint.h>
#elif @G2_HAVE_SYS_INT_TYPES_H@
@@ -53,7 +56,7 @@ extern "C" {
/* If the following is <> then configure failed to find where */
/* struct tm was defined - report it as a bug */
-/*get struct tm defined*/
+/* get struct tm defined */
#include <@G2_TM_H@>
#if @G2_TM_IN_SYS_TIME@