diff options
Diffstat (limited to 'games/hack/alloc.c')
-rw-r--r-- | games/hack/alloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/hack/alloc.c b/games/hack/alloc.c index 9451265..13379f6 100644 --- a/games/hack/alloc.c +++ b/games/hack/alloc.c @@ -45,4 +45,4 @@ unsigned lth; return((long *) nptr); } -#endif LINT +#endif /* LINT */ |