summaryrefslogtreecommitdiff
path: root/rbutil/sansapatcher/sansaio-posix.c
diff options
context:
space:
mode:
Diffstat (limited to 'rbutil/sansapatcher/sansaio-posix.c')
-rw-r--r--rbutil/sansapatcher/sansaio-posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rbutil/sansapatcher/sansaio-posix.c b/rbutil/sansapatcher/sansaio-posix.c
index e2b5496b32..bf72718d64 100644
--- a/rbutil/sansapatcher/sansaio-posix.c
+++ b/rbutil/sansapatcher/sansaio-posix.c
@@ -42,10 +42,12 @@
42 42
43#include "sansaio.h" 43#include "sansaio.h"
44 44
45#ifndef RBUTIL
45void print_error(char* msg) 46void print_error(char* msg)
46{ 47{
47 perror(msg); 48 perror(msg);
48} 49}
50#endif
49 51
50int sansa_open(struct sansa_t* sansa, int silent) 52int sansa_open(struct sansa_t* sansa, int silent)
51{ 53{