From: <ric...@us...> - 2009-11-02 22:38:51
|
Revision: 1049 http://loki-lib.svn.sourceforge.net/loki-lib/?rev=1049&view=rev Author: rich_sposato Date: 2009-11-02 22:38:37 +0000 (Mon, 02 Nov 2009) Log Message: ----------- Changed parameter type for main. Modified Paths: -------------- trunk/test/LevelMutex/main.cpp Modified: trunk/test/LevelMutex/main.cpp =================================================================== --- trunk/test/LevelMutex/main.cpp 2009-11-02 05:48:02 UTC (rev 1048) +++ trunk/test/LevelMutex/main.cpp 2009-11-02 22:38:37 UTC (rev 1049) @@ -4,9 +4,9 @@ // Copyright (c) 2008 Richard Sposato // The copyright on this file is protected under the terms of the MIT license. // -// Permission to use, copy, modify, distribute and sell this software for any -// purpose is hereby granted without fee, provided that the above copyright -// notice appear in all copies and that both that copyright notice and this +// Permission to use, copy, modify, distribute and sell this software for any +// purpose is hereby granted without fee, provided that the above copyright +// notice appear in all copies and that both that copyright notice and this // permission notice appear in supporting documentation. // // The author makes no representations about the suitability of this software @@ -640,7 +640,7 @@ // ---------------------------------------------------------------------------- -int main( unsigned int argc, const char * const argv[] ) +int main( int argc, const char * const argv[] ) { cout << "Starting LevelMutex tests." << endl; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |