Removed trailing string after #endif - it generates a lot of useless warning
on some versions of g++
This commit is contained in:
parent
ed9dac2dfe
commit
d0d14c3ff8
25 changed files with 155 additions and 165 deletions
|
|
@ -55,8 +55,4 @@
|
|||
#include <es/eoEsMutationInit.h>
|
||||
#include <es/eoEsMutate.h>
|
||||
|
||||
#endif _es_h
|
||||
|
||||
// Local Variables:
|
||||
// mode: C++
|
||||
// End:
|
||||
#endif
|
||||
|
|
|
|||
Reference in a new issue