fixed typos that accidently got commited
authorMikael Hallendal <micke@imendio.com>
Thu, 31 Jul 2008 14:12:33 +0200
changeset 470 6b001fde3e85
parent 467 943afa7cfac5
child 471 a7cf42557aef
fixed typos that accidently got commited
loudmouth/lm-old-socket.c
--- a/loudmouth/lm-old-socket.c	Thu Jul 17 14:29:19 2008 +0200
+++ b/loudmouth/lm-old-socket.c	Thu Jul 31 14:12:33 2008 +0200
@@ -918,7 +918,7 @@
 			old_socket_asyncns_done (socket);
 			break;
 		default:
-                        old_socket_g_assert_not_reached();
+                        g_assert_not_reached();
 			break;
 		}
 	}
@@ -1236,7 +1236,7 @@
                 if (socket->resolv_query)
                         asyncns_cancel (socket->asyncns_ctx, socket->resolv_query);
 
-                old_so_asyncns_done (socket);
+                old_socket_asyncns_done (socket);
 	}
 #else
         return;