]> git.openfabrics.org - ~shefty/rdma-win.git/commitdiff
[OPENSM_3] match OFED file.
authorstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 3 Nov 2009 00:16:46 +0000 (00:16 +0000)
committerstansmith <stansmith@ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86>
Tue, 3 Nov 2009 00:16:46 +0000 (00:16 +0000)
git-svn-id: svn://openib.tc.cornell.edu/gen1@2532 ad392aa1-c5ef-ae45-8dd8-e69d62a5ef86

branches/opensm_3/user/opensm/osm_db_files.c

index e4548a1ca3b8c344d5a88ff6bde50cbbb1a35df0..eac40a1b17a668f839847a0b17194b0ea375ba51 100644 (file)
@@ -176,7 +176,7 @@ int osm_db_init(IN osm_db_t * p_db, IN osm_log_t * p_log)
 #ifdef __WIN__\r
        /* Check if the directory exists. If not - create it. */\r
        CreateDirectory(p_db_imp->db_dir_name, NULL);\r
-#else  /* __WIN__ */\r
+#else                          /* __WIN__ */\r
        /* make sure the directory exists */\r
        if (lstat(p_db_imp->db_dir_name, &dstat)) {\r
                if (mkdir(p_db_imp->db_dir_name, 0755)) {\r