Submitted by: Alex Nash

Style nit - extraneous space.
This commit is contained in:
Daniel O'Callaghan 1998-02-04 07:04:44 +00:00
parent 4b6860cf1c
commit ed158e7e93
2 changed files with 2 additions and 2 deletions

View File

@ -554,7 +554,7 @@ options (argc, argv)
break;
case 'o': /* Generate old archive */
if (f_gnudump || f_dironly )
if (f_gnudump || f_dironly)
goto badopt;
f_oldarch++;
break;

View File

@ -193,7 +193,7 @@ TAR_EXTERN int cmd_mode;
TAR_EXTERN int f_reblock; /* -B */
TAR_EXTERN int f_dironly; /* -n ... PH */
TAR_EXTERN int f_dironly; /* -n */
TAR_EXTERN int f_run_script_at_end; /* -F */
TAR_EXTERN int f_gnudump; /* -G */
TAR_EXTERN int f_follow_links; /* -h */