[Gpredict-svn] SF.net SVN: gpredict:[342] trunk/src/compat.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <cs...@us...> - 2009-08-03 19:26:49
|
Revision: 342 http://gpredict.svn.sourceforge.net/gpredict/?rev=342&view=rev Author: csete Date: 2009-08-03 19:26:35 +0000 (Mon, 03 Aug 2009) Log Message: ----------- Minor cosmetic fix. Modified Paths: -------------- trunk/src/compat.c Modified: trunk/src/compat.c =================================================================== --- trunk/src/compat.c 2009-08-03 19:17:28 UTC (rev 341) +++ trunk/src/compat.c 2009-08-03 19:26:35 UTC (rev 342) @@ -195,7 +195,8 @@ * On linux it corresponds to $HOME/.gpredict2 * The function returns a newly allocated gchar * which must be free when * it is no longer needed. - */gchar *get_conf_dir (void) + */ +gchar *get_conf_dir (void) { gchar *dir; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |