Fixed incorrect bit number for SMB_AUTOSCROLL. Fortunately it isn't used
[AROS.git] / workbench / prefs / network / misc.c
blob4e7bba5eaadbd7a598a7a93627fedaf32880c121
1 /*
2 Copyright © 2009, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <exec/types.h>
7 #include <proto/dos.h>
9 void ShowError(CONST_STRPTR message)
11 Printf("ERROR: %s\n", message);