btrfs: Attempt to fix GCC2 build.
[haiku.git] / src / apps / glteapot / error.cpp
blob28e4f24e410fed4f6fa4952477a4cda854fee6f3
1 /*
2 Copyright 1999, Be Incorporated. All Rights Reserved.
3 This file may be used under the terms of the Be Sample Code License.
4 */
6 #include "error.h"
8 void
9 fatalerror(const char *s)
11 printf("FATAL ERROR: %s\n",s);