diff rogue4/scrolls.c @ 225:4f6e056438eb

Merge the GCC5 and build fix branches.
author John "Elwin" Edwards
date Wed, 02 Mar 2016 21:28:34 -0500
parents 1b73a8641b37
children 3900f3cfe07d
line wrap: on
line diff
--- a/rogue4/scrolls.c	Fri Feb 26 17:30:30 2016 -0500
+++ b/rogue4/scrolls.c	Wed Mar 02 21:28:34 2016 -0500
@@ -18,7 +18,8 @@
  * read_scroll:
  *	Read a scroll from the pack and do the appropriate thing
  */
-read_scroll()
+void
+read_scroll(void)
 {
     register THING *obj;
     register int y, x;