aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGravatar Elvio Basello2007-02-07 14:43:43 +0000
committerGravatar Elvio Basello2007-02-07 14:43:43 +0000
commit6a5e94d54a13fb00ea580a1fdaa13d1b7c7d23ec (patch)
tree3d3da17c5e797af3532c371af42a20e532374194 /src
parentquick fix (diff)
downloadKVIrc-6a5e94d54a13fb00ea580a1fdaa13d1b7c7d23ec.tar.gz
KVIrc-6a5e94d54a13fb00ea580a1fdaa13d1b7c7d23ec.tar.bz2
KVIrc-6a5e94d54a13fb00ea580a1fdaa13d1b7c7d23ec.zip
updated po files
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@312 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src')
-rw-r--r--src/config.h.in18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/config.h.in b/src/config.h.in
index 0608196e3..e79ea040e 100644
--- a/src/config.h.in
+++ b/src/config.h.in
@@ -190,31 +190,31 @@
/* Define to the version of this package. */
#undef PACKAGE_VERSION
-/* The size of a `int', as computed by sizeof. */
+/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
-/* The size of a `long int', as computed by sizeof. */
+/* The size of `long int', as computed by sizeof. */
#undef SIZEOF_LONG_INT
-/* The size of a `long long int', as computed by sizeof. */
+/* The size of `long long int', as computed by sizeof. */
#undef SIZEOF_LONG_LONG_INT
-/* The size of a `short int', as computed by sizeof. */
+/* The size of `short int', as computed by sizeof. */
#undef SIZEOF_SHORT_INT
-/* The size of a `unsigned int', as computed by sizeof. */
+/* The size of `unsigned int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_INT
-/* The size of a `unsigned long int', as computed by sizeof. */
+/* The size of `unsigned long int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_INT
-/* The size of a `unsigned long long int', as computed by sizeof. */
+/* The size of `unsigned long long int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_LONG_LONG_INT
-/* The size of a `unsigned short int', as computed by sizeof. */
+/* The size of `unsigned short int', as computed by sizeof. */
#undef SIZEOF_UNSIGNED_SHORT_INT
-/* The size of a `void *', as computed by sizeof. */
+/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define to 1 if you have the ANSI C header files. */