From 260123716172d33f44bdc0e4e5422554d139215c Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Wed, 9 May 2012 00:47:30 +0100 Subject: Imported Upstream version 2.1.8.20120507 --- dict/pdictclient.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dict/pdictclient.c') diff --git a/dict/pdictclient.c b/dict/pdictclient.c index 987d6bc..75c61b0 100644 --- a/dict/pdictclient.c +++ b/dict/pdictclient.c @@ -184,7 +184,7 @@ pdc_init(void) if ((res = regcomp(&pendingex, PENDING_PATTERN, REG_EXTENDED)) != 0) { LOG_STDERR(PHIDGET_LOG_CRITICAL, "pending report pattern compilation error %d", res); - ABORT(); + abort(); } initialized = 1; return 1; -- cgit v1.2.3