ayttm-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Ayttm-commits] CVS: ayttm/src dialog.c,1.14,1.15


From: Philip S Tellis <address@hidden>
Subject: [Ayttm-commits] CVS: ayttm/src dialog.c,1.14,1.15
Date: Thu, 23 Jan 2003 01:38:21 -0500

Update of /cvsroot/ayttm/ayttm/src
In directory subversions:/tmp/cvs-serv8329/src

Modified Files:
        dialog.c 
Log Message:
uhh, missing semicolon

Index: dialog.c
===================================================================
RCS file: /cvsroot/ayttm/ayttm/src/dialog.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- dialog.c    23 Jan 2003 06:34:26 -0000      1.14
+++ dialog.c    23 Jan 2003 06:38:19 -0000      1.15
@@ -378,7 +378,7 @@
 void
 do_error_dialog(char *message, char *title)
 {
-       do_message_dialog(message, title, 1)
+       do_message_dialog(message, title, 1);
 }
 
 /*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]