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
This commit is contained in:
Steven Dake 2004-11-24 23:48:25 +00:00
parent 46a2584026
commit 7e14a7632e

View File

@ -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;