OSDN Git Service

Add SVN id keyword lines.
authorKimmo Varis <kimmov@gmail.com>
Tue, 16 Oct 2007 09:57:35 +0000 (09:57 +0000)
committerKimmo Varis <kimmov@gmail.com>
Tue, 16 Oct 2007 09:57:35 +0000 (09:57 +0000)
Src/FileOrFolderSelect.cpp
Src/FileOrFolderSelect.h

index ba54d7b..b35604d 100644 (file)
@@ -23,6 +23,8 @@
  *
  * @brief Implementation of the file and folder selection routines.
  */
+// ID line follows -- this is updated by SVN
+// $Id$
 
 #include "stdafx.h"
 #include <sys/stat.h>
@@ -282,7 +284,7 @@ BOOL SelectFileOrFolder(HWND parent, CString& path, LPCTSTR initialPath /*=NULL*
  * - in Mask string to convert
  * - out Converted string
  */
-void ConvertFilter(LPTSTR filterStr)
+static void ConvertFilter(LPTSTR filterStr)
 {
        while (TCHAR *ch = _tcschr(filterStr, '|'))
        {
index 7612894..e2370c9 100644 (file)
@@ -23,6 +23,8 @@
  *
  * @brief Declaration of the file and folder selection routines.
  */
+// ID line follows -- this is updated by SVN
+// $Id$
 
 #ifndef _FILE_OR_FOLDER_SELECTION_H_
 #define _FILE_OR_FOLDER_SELECTION_H_