~obeancomputer/bitter

82acea3686605d4d649eb35f335016af24885394 — ocsmit 1 year, 2 months ago bf7d298
minor
1 files changed, 2 insertions(+), 2 deletions(-)

M src/bitarr.h
M src/bitarr.h => src/bitarr.h +2 -2
@@ 67,8 67,8 @@

typedef enum {
  BITARR_SUCCESS,
  OUT_OF_BOUNDS,
  FILE_ERROR
  OUT_OF_BOUNDS,      // Indexing error
  FILE_ERROR          // I/O Error
} BITARR_ERROR;