Skip to content

Commit

Permalink
Fixed a resource name.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeobrien committed Jun 16, 2012
1 parent c436279 commit f25947e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZipCodeCoords/Spatial.cs
Expand Up @@ -27,7 +27,7 @@ private static List<Coordinate> LoadCoordinates()
{
var coordinates = new List<Coordinate>();

using (var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("ZipCodes.Data.ZipSpatial.dat"))
using (var stream = Assembly.GetExecutingAssembly().GetManifestResourceStream("ZipCodeCoords.Data.ZipSpatial.dat"))
using (var reader = new BinaryReader(stream))
{
do
Expand Down

0 comments on commit f25947e

Please sign in to comment.