Index: talk.module
===================================================================
--- talk.module	(.../vendor/talk/current-dev)	(revision 3984)
+++ talk.module	(.../branches/sprint/drupal/sites/all/modules/talk)	(revision 3984)
@@ -54,6 +54,7 @@ function _talk_access($node) {
  */
 function talk_admin_form() {
   $form = array();
+
   $form['talk_page'] = array(
     '#type' => 'textfield',
     '#title' => t('Title of the "talk" page'),
@@ -112,7 +113,7 @@ function talk_handle($node) {
 /**
  * Implementation of hook_nodeapi().
  */
-function talk_nodeapi(&$node, $op) {
+function talk_nodeapi($node, $op) {
   switch ($op) {
     case 'load':
       if (talk_activated($node->type) && arg(0) == 'node' && !arg(2)) {
