repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git]
/
workbench
/
prefs
/
network
/
misc.c
blob
4e7bba5eaadbd7a598a7a93627fedaf32880c121
1
/*
2
Copyright © 2009, The AROS Development Team. All rights reserved.
3
$Id$
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
}