aboutsummaryrefslogtreecommitdiff
path: root/src/util/disk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/disk.h')
-rw-r--r--src/util/disk.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util/disk.h b/src/util/disk.h
index 21c1ab9a1..3d52b9ec8 100644
--- a/src/util/disk.h
+++ b/src/util/disk.h
@@ -41,13 +41,13 @@ struct GNUNET_DISK_FileHandle
41 */ 41 */
42 HANDLE h; 42 HANDLE h;
43 43
44#else /* */ 44#else /* */
45 /** 45 /**
46 * File handle on other OSes. 46 * File handle on other OSes.
47 */ 47 */
48 int fd; 48 int fd;
49 49
50#endif /* */ 50#endif /* */
51}; 51};
52 52
53/** 53/**