2013-09-26 17:14:40 +02:00

14 lines
338 B
Plaintext

$NetBSD: patch-ag,v 1.1 2011/11/20 17:46:34 marino Exp $
--- daaplib/include/daap/basic.h.orig 2011-11-20 17:12:14.236503000 +0000
+++ daaplib/include/daap/basic.h
@@ -53,7 +53,7 @@
typedef int32_t s32;
typedef int16_t s16;
typedef int8_t s8;
- #elif
+ #else
#error "uh - no idea what the int types could be!"
#endif