Explorar o código

fix double ;; which causes gcc 2.95 to fail to compile

(Logical change 1.108)


git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@390 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=21) %!d(string=hai) anos
pai
achega
7e14a7632e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      lib/evt.c

+ 1 - 1
lib/evt.c

@@ -1223,7 +1223,7 @@ saEvtEventDataGet(
 	void *event_data, 
 	SaSizeT *event_data_size)
 {
-	SaErrorT error = SA_OK;;
+	SaErrorT error = SA_OK;
 	struct event_data_instance *edi;
 	SaSizeT xfsize;