need blank line at end of file

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@144 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Anthony Minessale 2007-05-24 17:20:27 +00:00
parent 3e8c6d83b2
commit 499335adf7
2 changed files with 3 additions and 2 deletions

View File

@ -721,4 +721,5 @@ const char *q931_error_to_name(q931_error_t error)
return "";
}
return q931_error_names[index];
}
}

View File

@ -25,7 +25,7 @@ int main(int argc, char *argv[])
}
if (zap_isdn_configure_span(span, Q931_TE, 0, on_signal) == ZAP_SUCCESS) {
if (zap_isdn_configure_span(span, Q931_TE, Q931_Dialect_National, on_signal) == ZAP_SUCCESS) {
zap_isdn_start(span);
} else {
fprintf(stderr, "Error starting ISDN D-Channel\n");