Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/guardedalloc/mmap_win.h')
-rw-r--r--intern/guardedalloc/mmap_win.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/intern/guardedalloc/mmap_win.h b/intern/guardedalloc/mmap_win.h
index f7801f3e26d..c0cbaa0e512 100644
--- a/intern/guardedalloc/mmap_win.h
+++ b/intern/guardedalloc/mmap_win.h
@@ -2,7 +2,7 @@
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
+ * of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -17,11 +17,10 @@
* All rights reserved.
*/
-/** \file mmap_win.h
- * \ingroup MEM
- * \author Andrea Weikert
+/** \file
+ * \ingroup MEM
*/
-
+
#ifndef __MMAP_WIN_H__
#define __MMAP_WIN_H__
@@ -49,4 +48,3 @@ void *mmap(void *start, size_t len, int prot, int flags, int fd, off_t offset);
intptr_t munmap(void *ptr, size_t size);
#endif
-