Diff of /trunk/src/osm.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 8 by harbaum, Thu Dec 11 20:42:10 2008 UTC revision 9 by harbaum, Fri Dec 12 20:06:32 2008 UTC
# Line 42  Line 42 
42  #define OSM_SORT_LAST  #define OSM_SORT_LAST
43  // #define OSM_SORT_FIRST  // #define OSM_SORT_FIRST
44    
45  /* ------------------------- user handling --------------------- */  /* ------------------------- bounds handling --------------------- */
46    
47  static void osm_bounds_free(bounds_t *bounds) {  static void osm_bounds_free(bounds_t *bounds) {
48    free(bounds);    free(bounds);

Legend:
Removed from v.8  
changed lines
  Added in v.9