Skip to content

Commit

Permalink
geo: zeroing static unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
dagar committed May 5, 2018
1 parent 0f12db5 commit 2100127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/geo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
* formulas according to: http://mathworld.wolfram.com/AzimuthalEquidistantProjection.html
*/

static struct map_projection_reference_s mp_ref = {};
static struct map_projection_reference_s mp_ref;
static struct globallocal_converter_reference_s gl_ref = {0.0f, false};

bool map_projection_global_initialized()
Expand Down

0 comments on commit 2100127

Please sign in to comment.