httpd: fix handling of range requests
[oweals/busybox.git] / libbb / default_error_retval.c
index 0b19f216354197e72e66aa9f2e8821fc945b0772..4f6395fa20000406cee9bc3afedd9c8d9edbe8ab 100644 (file)
@@ -2,7 +2,7 @@
 /*
  * Copyright (C) 2003  Manuel Novoa III  <mjn3@codepoet.org>
  *
- * Licensed under GPLv2 or later, see file LICENSE in this tarball for details.
+ * Licensed under GPLv2 or later, see file LICENSE in this source tree.
  */
 
 /* Seems silly to copyright a global variable.  ;-)  Oh well.
@@ -15,4 +15,4 @@
 
 #include "libbb.h"
 
-int xfunc_error_retval = EXIT_FAILURE;
+uint8_t xfunc_error_retval = EXIT_FAILURE;