[icinga-checkins] icinga.org: icinga-core/master: module/idoutils/src/db.c: remove duplicated semicolon for ancient compilers (fixes #3056)
git at icinga.org
git at icinga.org
Thu Oct 11 19:22:56 CEST 2012
Module: icinga-core
Branch: master
Commit: 5f999c42ad4df3d8de2241320051fd625ea5e1aa
URL: https://git.icinga.org/?p=icinga-core.git;a=commit;h=5f999c42ad4df3d8de2241320051fd625ea5e1aa
Author: Michael Friedrich <michael.friedrich at gmail.com>
Date: Thu Oct 11 17:12:28 2012 +0200
module/idoutils/src/db.c: remove duplicated semicolon for ancient compilers (fixes #3056)
---
module/idoutils/src/db.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/module/idoutils/src/db.c b/module/idoutils/src/db.c
index b137725..361820a 100644
--- a/module/idoutils/src/db.c
+++ b/module/idoutils/src/db.c
@@ -1340,7 +1340,7 @@ int ido2db_db_disconnect(ido2db_idi *idi) {
int ido2db_db_version_check(ido2db_idi *idi) {
char *buf;
char *name;
- int result;;
+ int result;
void *data[1];
/*
#ifdef USE_ORACLE
More information about the icinga-checkins
mailing list