Revision: 2940 http://geany.svn.sourceforge.net/geany/?rev=2940&view=rev Author: ntrel Date: 2008-09-12 11:37:02 +0000 (Fri, 12 Sep 2008)
Log Message: ----------- Add newline at end of file.
Modified Paths: -------------- trunk/src/sciwrappers.c
Modified: trunk/src/sciwrappers.c =================================================================== --- trunk/src/sciwrappers.c 2008-09-11 16:26:34 UTC (rev 2939) +++ trunk/src/sciwrappers.c 2008-09-12 11:37:02 UTC (rev 2940) @@ -990,4 +990,4 @@ void sci_set_scroll_stop_at_last_line(ScintillaObject* sci, gboolean set) { SSM(sci, SCI_SETENDATLASTLINE, set, 0); -} \ No newline at end of file +}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.