From 112d4460f5f96d69f25419117a7fa47154d0a928 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Mon, 1 Nov 2010 17:54:26 -0600 Subject: [PATCH] fix for syntax error induced when resolving merge conflicts --- rmt/rmt.c | 1 + 1 file changed, 1 insertion(+) diff --git a/rmt/rmt.c b/rmt/rmt.c index bdcaff2..fff83b8 100644 --- a/rmt/rmt.c +++ b/rmt/rmt.c @@ -274,6 +274,7 @@ decode_open_flag (const char *mstr, int *pmode) rmt_error_message (EINVAL, "invalid open mode"); return 1; } + } } else mode = numeric_mode; -- 2.43.0