Description: non-void function should return a value
 Using the rebuild infrastructure, the package fails to build with clang
 instead of gcc
Author: Arthur Marble <arthur@info9.net>
Bug-Debian: http://bugs.debian.org/741048

Index: cbrpager-0.9.22/src/global.c
===================================================================
--- cbrpager-0.9.22.orig/src/global.c	2010-06-08 05:46:18.000000000 +0200
+++ cbrpager-0.9.22/src/global.c	2014-03-08 00:52:35.441884009 +0100
@@ -772,7 +772,7 @@
         wdg = "quit_btn";
         break;			// End patch from Ilja Pyykkönen 2005/09/04
     default:
-      return;
+      return 0;
   }
   
   w = lookup_widget(nav_window, wdg);
