From: Bdale Garbee Date: Mon, 1 Nov 2010 23:54:26 +0000 (-0600) Subject: fix for syntax error induced when resolving merge conflicts X-Git-Url: https://git.cworth.org/git?p=tar;a=commitdiff_plain;h=112d4460f5f96d69f25419117a7fa47154d0a928 fix for syntax error induced when resolving merge conflicts --- 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;