file didn't exist

This commit is contained in:
Morten Delenk 2016-07-27 12:14:59 +02:00
parent 3896c5ffa8
commit 20e1252f71
No known key found for this signature in database
GPG key ID: 3F818D0F65DCB490

View file

@ -1,6 +1,6 @@
#include <assert.h>
#include <base.hpp>
#include <text_DISP.hpp>
#include <textDISP.hpp>
void "C" __assert(const char *msg, const char *file, int line, int res) {
if(!res) {
MTGosHAL::err << "assert(" << msg << ") failed in " << file << " at line " << line << "!\n";