From 8b41ab1e07207ba59e9b21c37719509d0f2d7445 Mon Sep 17 00:00:00 2001 From: skarg Date: Tue, 20 Feb 2007 21:04:44 +0000 Subject: [PATCH] added newline at end of file to eliminate compiler warning. --- bacnet-stack/demo/handler/s_wp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bacnet-stack/demo/handler/s_wp.c b/bacnet-stack/demo/handler/s_wp.c index 9928c91c..39acd7e5 100644 --- a/bacnet-stack/demo/handler/s_wp.c +++ b/bacnet-stack/demo/handler/s_wp.c @@ -150,4 +150,4 @@ uint8_t Send_Write_Property_Request(uint32_t device_id, apdu_len, priority, array_index); -} \ No newline at end of file +}