~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to client/drizzleimport.cc

Merged in Eric's whitespace cleanup.

Show diffs side-by-side

added added

removed removed

Lines of Context:
475
475
  }
476
476
  /* Add missing backslashes if user has specified odd number of backs.*/
477
477
  if (end_backslashes)
478
 
    *to++= '\\';         
 
478
    *to++= '\\';
479
479
  return to;
480
480
}
481
481