annotorious / annotorious-v1

Project has moved to http://github.com/annotorious/annotorious
https://annotorious.com
MIT License
593 stars 142 forks source link

Removed invalid characters preventing compilation #199

Closed matthiase closed 6 years ago

matthiase commented 6 years ago

Recreating pull request https://github.com/annotorious/annotorious/pull/198 because I inadvertently pushed additional commits and could not figure out how to remove them. Sorry about that.

Running the plovr command outlined in the wiki yielded several compilation errors due to invalid characters in the source code. It appears that these were left over from pasting from a diff and are kind of difficult to spot during a code review because of that.

rsimon commented 6 years ago

Thanks!