repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated PCI IDs to latest snapshot.
[tangerine.git]
/
workbench
/
prefs
/
TCPPrefs
/
misc.c
blob
da79cac7f8e2ebd6c4fe152670e70c1432ab53fa
1
/*
2
Copyright © 2003, The AROS Development Team. All rights reserved.
3
$Id: misc.c 17839 2003-06-02 21:57:54Z chodorowski $
4
*/
5
6
#include <exec/types.h>
7
#include <proto/dos.h>
8
9
void
ShowError
(
CONST_STRPTR message
)
10
{
11
Printf
(
"ERROR: %s
\n
"
,
message
);
12
}