[ 
https://issues.apache.org/jira/browse/AXIS2C-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Nandika Jayawardana resolved AXIS2C-1504.
-----------------------------------------

    Resolution: Fixed
      Assignee: Nandika Jayawardana

Fixed in current svn trunk.

Regards
Nandika
                
> 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
>            Assignee: Nandika Jayawardana
>            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.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: c-dev-unsubscr...@axis.apache.org
For additional commands, e-mail: c-dev-h...@axis.apache.org

Reply via email to