Skip to content

Commit

Permalink
fixing header typo (bazelbuild#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
markblunk authored and ulfjack committed Jan 24, 2019
1 parent 6a21ab3 commit 6bba1e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cpp-tutorial/stage3/lib/hello-time.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef MAIN_HELLO_TIME_H_
#define MAIN_HELLO_TIME_H_
#ifndef LIB_HELLO_TIME_H_
#define LIB_HELLO_TIME_H_

void print_localtime();

Expand Down
4 changes: 2 additions & 2 deletions cpp-tutorial/stage3/main/hello-greet.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#ifndef LIB_HELLO_GREET_H_
#define LIB_HELLO_GREET_H_
#ifndef MAIN_HELLO_GREET_H_
#define MAIN_HELLO_GREET_H_

#include <string>

Expand Down

0 comments on commit 6bba1e1

Please sign in to comment.