diff options
Diffstat (limited to 'app/xenodm/include/dm_error.h')
-rw-r--r-- | app/xenodm/include/dm_error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/xenodm/include/dm_error.h b/app/xenodm/include/dm_error.h index eecc14aa6..20aa00fba 100644 --- a/app/xenodm/include/dm_error.h +++ b/app/xenodm/include/dm_error.h @@ -39,7 +39,7 @@ extern void InitErrorLog (void); extern void LogAppend (const char * fmt, ...) _X_ATTRIBUTE_PRINTF(1,2); extern void LogError (const char * fmt, ...) _X_ATTRIBUTE_PRINTF(1,2); extern void LogInfo (const char * fmt, ...) _X_ATTRIBUTE_PRINTF(1,2); -extern void LogOutOfMem (const char * fmt, ...) _X_ATTRIBUTE_PRINTF(1,2); +extern void LogOutOfMem (const char * function); extern __dead void LogPanic (const char * fmt, ...) _X_ATTRIBUTE_PRINTF(1,2); |