This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] Missing newline


FYI,

I checked in the attached as obvious.

enjoy,
Andrew
Fri Nov 30 17:57:55 2001  Andrew Cagney  <cagney@redhat.com>

	* library/interface.tcl: Add missing newline.

Index: library/interface.tcl
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/interface.tcl,v
retrieving revision 1.33
diff -p -r1.33 interface.tcl
*** interface.tcl	2001/11/22 00:26:12	1.33
--- interface.tcl	2001/11/30 22:59:29
*************** proc gdbtk_eval {exp} {
*** 1784,1787 ****
    set val [string trimright $val "\n"]
    debug "returning \"$val\""
    return $val
! }
\ No newline at end of file
--- 1784,1787 ----
    set val [string trimright $val "\n"]
    debug "returning \"$val\""
    return $val
! }

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]