X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=blobdiff_plain;f=src%2Ferror.c;h=15a25a0033a185e5e72c852ae1cdd64c72d0c3bb;hp=0d43abf16b544780c40105f62e5d6b8e391a3aab;hb=22fdb67fa0714c11cc0a58ee1423f55d18a4f080;hpb=c4f9582714563b1929670061e6d2f87d8a64d152 diff --git a/src/error.c b/src/error.c index 0d43abf1..15a25a00 100644 --- a/src/error.c +++ b/src/error.c @@ -14,11 +14,11 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ -#include "libsigrok.h" +#include +#include /** * @file @@ -58,8 +58,6 @@ SR_API const char *sr_strerror(int error_code) */ switch (error_code) { - case SR_OK_CONTINUE: - return "not enough data to decide error status yet"; case SR_OK: return "no error"; case SR_ERR: @@ -115,8 +113,6 @@ SR_API const char *sr_strerror_name(int error_code) */ switch (error_code) { - case SR_OK_CONTINUE: - return "SR_OK_CONTINUE"; case SR_OK: return "SR_OK"; case SR_ERR: