[Gpredict-svn] SF.net SVN: gpredict:[844] trunk/src/locator.c
Real time satellite tracking and orbit prediction
Status: Beta
Brought to you by:
csete
From: <aa...@us...> - 2011-07-13 23:40:41
|
Revision: 844 http://gpredict.svn.sourceforge.net/gpredict/?rev=844&view=rev Author: aa1vs Date: 2011-07-13 23:40:35 +0000 (Wed, 13 Jul 2011) Log Message: ----------- Clean pendantic compiler warning. Modified Paths: -------------- trunk/src/locator.c Modified: trunk/src/locator.c =================================================================== --- trunk/src/locator.c 2011-07-08 02:10:32 UTC (rev 843) +++ trunk/src/locator.c 2011-07-13 23:40:35 UTC (rev 844) @@ -105,7 +105,7 @@ * left at 6. MIN_LOCATOR_PAIRS sets a floor on the shortest locator that * should be handled. -N0NB */ -const static int loc_char_range[] = { 18, 10, 24, 10, 24, 10 }; +static const int loc_char_range[] = { 18, 10, 24, 10, 24, 10 }; #define MAX_LOCATOR_PAIRS 6 #define MIN_LOCATOR_PAIRS 1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |