[Groonga-commit] groonga/groonga at cc9742a [master] Remove duplicated typedef

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Nov 19 11:16:21 JST 2015


Kouhei Sutou	2015-11-19 11:16:21 +0900 (Thu, 19 Nov 2015)

  New Revision: cc9742a16eb426ad8994613dc8708194a0daf117
  https://github.com/groonga/groonga/commit/cc9742a16eb426ad8994613dc8708194a0daf117

  Message:
    Remove duplicated typedef

  Modified files:
    lib/file_reader.c

  Modified: lib/file_reader.c (+2 -2)
===================================================================
--- lib/file_reader.c    2015-11-19 11:15:24 +0900 (41a1f0e)
+++ lib/file_reader.c    2015-11-19 11:16:21 +0900 (b19a626)
@@ -26,10 +26,10 @@
 # include <share.h>
 #endif /* WIN32 */
 
-typedef struct _grn_file_reader {
+struct _grn_file_reader {
   FILE *file;
   grn_bool file_need_close;
-} grn_file_reader;
+};
 
 grn_file_reader *
 grn_file_reader_open(grn_ctx *ctx, const char *path)
-------------- next part --------------
HTML����������������������������...
다운로드 



More information about the Groonga-commit mailing list
Back to archive index