From f7ba93ecb036041d8677e7fbccbcdb183e4a723f Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 7 May 2007 19:41:58 +0000
Subject: [PATCH] some fixes to modified sview to make it compile

---
 src/sview/job_info.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/sview/job_info.c b/src/sview/job_info.c
index 5a4fdad70eb..14d00378c7f 100644
--- a/src/sview/job_info.c
+++ b/src/sview/job_info.c
@@ -533,7 +533,7 @@ static void _set_active_combo_job(GtkComboBox *combo,
 		break;
 #endif
 	default:
-		break
+		break;
 	}
 	g_free(temp_char);
 end_it:
@@ -679,9 +679,9 @@ static const char *_set_job_msg(job_desc_msg_t *job_msg, const char *new_text,
 		type = "requested nodelist";
 		break;
 	case SORTID_EXC_NODELIST:
-		job_mgr->exc_nodes = xstrdup(new_text);
+		job_msg->exc_nodes = xstrdup(new_text);
 		type = "excluded nodelist";
-		break
+		break;
 	case SORTID_FEATURES:		
 		job_msg->features = xstrdup(new_text);
 		type = "features";
-- 
GitLab