comparison urogue/verify.c @ 308:13b482bd9e66

Fix a few more miscellaneous compiler warnings.
author John "Elwin" Edwards
date Sat, 01 May 2021 09:51:30 -0400
parents c495a4f288c6
children
comparison
equal deleted inserted replaced
307:32bc72dcbf4f 308:13b482bd9e66
3 3
4 UltraRogue: The Ultimate Adventure in the Dungeons of Doom 4 UltraRogue: The Ultimate Adventure in the Dungeons of Doom
5 Copyright (C) 1995 Herb Chong 5 Copyright (C) 1995 Herb Chong
6 All rights reserved. 6 All rights reserved.
7 */ 7 */
8
9 static char sccsid[] = "%W% %G%";
10 8
11 #include "rogue.h" 9 #include "rogue.h"
12 10
13 void verify_function(const char *file, const int line) 11 void verify_function(const char *file, const int line)
14 { 12 {