Removed coverity_scan badge. Fixed a warning
This commit is contained in:
parent
b42446da35
commit
38a05e099d
|
@ -1,7 +1,7 @@
|
|||
[](https://travis-ci.org/LiquidityC/breakhack)
|
||||
[](https://ci.appveyor.com/project/LiquidityC/breakhack)
|
||||
[](https://scan.coverity.com/projects/liquidityc-breakhack)
|
||||
[](https://www.codacy.com/app/LiquidityC/breakhack?utm_source=github.com&utm_medium=referral&utm_content=LiquidityC/breakhack&utm_campaign=Badge_Grade)
|
||||
<!--[](https://scan.coverity.com/projects/liquidityc-breakhack)-->
|
||||
|
||||
Something in the ways of NETHACK
|
||||
================================
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#ifndef UTIL_H_
|
||||
#define UTIL_H_
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue