no newline at end of file
-------------------------

                 Key: AXIS2C-1504
                 URL: https://issues.apache.org/jira/browse/AXIS2C-1504
             Project: Axis2-C
          Issue Type: Bug
    Affects Versions: Current (Nightly)
         Environment: GNU/Linux (RHEL4) 32-bit, gcc 3.4.6
            Reporter: Ivan Pechorin
            Priority: Trivial


Current trunk has 3 files without newline at end of file, preventing Axis2/C 
from building on Linux cleanly.

===================================================================
--- src/core/engine/conf.c      (revision 1035527)
+++ src/core/engine/conf.c      (working copy)
@@ -1892,4 +1892,5 @@
     }

        return AXIS2_FAILURE;
-}
\ No newline at end of file
+}
+
Index: src/core/clientapi/op_client.c
===================================================================
--- src/core/clientapi/op_client.c      (revision 1035527)
+++ src/core/clientapi/op_client.c      (working copy)
@@ -1438,4 +1438,5 @@
     axis2_bool_t reuse)
 {
     op_client->reuse = reuse;
-}
\ No newline at end of file
+}
+
Index: util/src/property.c
===================================================================
--- util/src/property.c (revision 1035527)
+++ util/src/property.c (working copy)
@@ -199,4 +199,5 @@
        const axutil_env_t *env)
 {
        return prop->scope;
-}
\ No newline at end of file
+}
+


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to