[Libreoffice-commits] core.git: sal/android

Tor Lillqvist tml at collabora.com
Tue Jan 27 23:44:12 PST 2015


 sal/android/lo-bootstrap.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 69d7bdfb83e1073d676a0223fa0915a13a0e8fd6
Author: Tor Lillqvist <tml at collabora.com>
Date:   Wed Jan 28 09:42:48 2015 +0200

    This typedef is not unused
    
    Fix fallout from fe480d8136b204c8dc6c68916cce7e816f8b9c48.
    
    Change-Id: I36807f0e43311e66f4ccd3542a4c064d5ccd7430

diff --git a/sal/android/lo-bootstrap.c b/sal/android/lo-bootstrap.c
index bfcd020..4d318e8 100644
--- a/sal/android/lo-bootstrap.c
+++ b/sal/android/lo-bootstrap.c
@@ -115,6 +115,7 @@ static uint16_t cdir_entries;
  * functions.
  */
 
+typedef struct direntry *direntry;
 
 struct direntry {
     UT_hash_handle hh;


More information about the Libreoffice-commits mailing list