fixed compiler warning for file-browser code
authorArun Persaud <arun@nubati.net>
Mon, 22 Feb 2010 03:45:58 +0000 (19:45 -0800)
committerArun Persaud <arun@nubati.net>
Mon, 22 Feb 2010 03:47:27 +0000 (19:47 -0800)
commit18c9024957df2892adb21cd851cb7a27b9502d54
tree60c10f14ac1b90781a2937c82b37f71f5b4b2f80
parent74c6f0bfb6476b2ba21f90d9e5d34130b26825ef
fixed compiler warning for file-browser code

missing "void"s in the function declaration and missing returns showed up when trying to build on the opensuse build server. fixed now.
filebrowser/draw.c
filebrowser/path.c
filebrowser/selfile.c