diff options
Diffstat (limited to 'gdb/common/print-utils.h')
-rw-r--r-- | gdb/common/print-utils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/common/print-utils.h b/gdb/common/print-utils.h index 152bc59..815b14c 100644 --- a/gdb/common/print-utils.h +++ b/gdb/common/print-utils.h @@ -17,8 +17,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef COMMON_CELLS_H -#define COMMON_CELLS_H +#ifndef COMMON_PRINT_UTILS_H +#define COMMON_PRINT_UTILS_H /* How many characters (including the terminating null byte) fit in a cell. */ @@ -79,4 +79,4 @@ extern const char *host_address_to_string_1 (const void *addr); extern char *get_print_cell (void); -#endif /* COMMON_CELLS_H */ +#endif /* COMMON_PRINT_UTILS_H */ |