From 6e3148551f4e3db5eaea412c145ab651531bf6e4 Mon Sep 17 00:00:00 2001
From: "Christopher J. Morrone" <morrone2@llnl.gov>
Date: Wed, 6 Apr 2005 23:56:05 +0000
Subject: [PATCH] Fix typo of a colon into a semicolon

---
 src/plugins/switch/federation/federation.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/switch/federation/federation.c b/src/plugins/switch/federation/federation.c
index 6619807f692..12e6c617ab3 100644
--- a/src/plugins/switch/federation/federation.c
+++ b/src/plugins/switch/federation/federation.c
@@ -1302,7 +1302,7 @@ fed_unpack_jobinfo(fed_jobinfo_t *j, Buf buf)
 		slurm_seterrno_ret(ENOMEM);
 	unpackmem(tmp_index, &size, buf);
 	if(size != (j->table_size * FED_ADAPTERLEN))
-		goto unpack_error:
+		goto unpack_error;
 	j->lid_index = tmp_index;
 	
 	return SLURM_SUCCESS;
-- 
GitLab