Skip to content

Commit

Permalink
Remove empty else clause
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Nov 7, 2015
1 parent 02899b7 commit f1fc6d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mapogroutput.c
Expand Up @@ -765,8 +765,8 @@ int msOGRWriteFromQuery( mapObj *map, outputFormatObj *format, int sendheaders )
request_dir );
return MS_FAILURE;
}
} else
/* handled later */;
}
/* else handled later */

/* -------------------------------------------------------------------- */
/* Setup the full datasource name. */
Expand Down

0 comments on commit f1fc6d7

Please sign in to comment.