From 1f337f292d1c98c396d5f8d5d294f9ba13963586 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Mon, 26 May 2014 14:03:20 +0100 Subject: Fix fread error handling. --- utils/errors.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'utils/errors.h') diff --git a/utils/errors.h b/utils/errors.h index bfb659d03..aa0179a37 100644 --- a/utils/errors.h +++ b/utils/errors.h @@ -75,7 +75,9 @@ typedef enum { NSERROR_PERMISSION, /**< Permission error */ - NSERROR_NOSPACE /**< Insufficient space */ + NSERROR_NOSPACE, /**< Insufficient space */ + + NSERROR_BAD_SIZE /**< Bad size */ } nserror; #endif -- cgit v1.2.3