Changeset f1a71c8 for zephyr.c


Ignore:
Timestamp:
Aug 28, 2013, 6:36:07 PM (11 years ago)
Author:
Anders Kaseorg <andersk@mit.edu>
Parents:
ca1fb26a (diff), 441fd42 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:
Merge 441fd42c37f0c4bde4b84cd57720625d4787ab73 into ca1fb26a9a22aea6ecd68b0150859ef065c6afc5
File:
1 edited

Legend:

Unmodified
Added
Removed
  • zephyr.c

    r80d7b44 r441fd42  
    152152  ret_sd = owl_zephyr_loaddefaultsubs();
    153153
    154   /* load Barnowl default subscriptions */
     154  /* load BarnOwl default subscriptions */
    155155  ret_bd = owl_zephyr_loadbarnowldefaultsubs();
    156156
     
    354354}
    355355
    356 /* Load default Barnowl subscriptions
     356/* Load default BarnOwl subscriptions
    357357 *
    358358 * Returns 0 on success.
     
    363363#ifdef HAVE_LIBZEPHYR
    364364  ZSubscription_t *subs;
    365   int subSize = 10; /* Max Barnowl default subs we allow */
     365  int subSize = 10; /* Max BarnOwl default subs we allow */
    366366  int count, ret;
    367367
Note: See TracChangeset for help on using the changeset viewer.