ryansroberts/hdt-it

Typo in src/hdt/util/filemap.h

Opened this issue · 0 comments

The current filemap.h contains

#ifndef FILE_MAP_H
#define FILE_MAP_H_

which should probably become

#ifndef FILE_MAP_H_
#define FILE_MAP_H_

(note the trailing underscore on the first line).

Original issue reported on code.google.com by ruben.ve...@gmail.com on 29 Jul 2014 at 5:55