#include <stdlib.h>

#include "Desk.Error2.h"
#include "Desk.Debug.h"


Desk_error2_block*	Desk_Error2_Exit( Desk_error2_block *error)
{
Desk_UNUSED( error);
Desk_Debug_Printf( Desk_error_PLACE "Desk_Error2_Exit called - calling exit(1)\n");
exit( 1);
return NULL;
}

