diff options
author | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
---|---|---|
committer | Jonathan McCrohan <jmccrohan@gmail.com> | 2012-05-09 00:47:30 +0100 |
commit | 260123716172d33f44bdc0e4e5422554d139215c (patch) | |
tree | 840e8e6387b96bd6f9afe3ffebc19c781a112f1b /dict | |
parent | 0b624384cd52be20e61284551d832b499d7b7707 (diff) | |
download | libphidget21-260123716172d33f44bdc0e4e5422554d139215c.tar.gz |
Imported Upstream version 2.1.8.20120507upstream/2.1.8.20120507
Diffstat (limited to 'dict')
-rw-r--r-- | dict/pdictclient.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; |