Skip to content

Commit

Permalink
Making the comment style more uniform as I like example B given at ht…
Browse files Browse the repository at this point in the history
  • Loading branch information
SysadminJeroen committed Aug 18, 2016
1 parent e306d34 commit f4a854e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions git-hash.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#define pclose _pclose
#endif

char static str[274];
char static str[281];

int main()
{
Expand All @@ -27,10 +27,10 @@ int main()
strcat(str, " #define _INC_GIT_HASH\n");
strcat(str, "#endif\n\n");
strcat(str, "/*\n");
strcat(str, "git-hash 1.0 (https://github.com/Jeroen52/samp-git-hash)\n");
strcat(str, "This file has been generated at ");
strcat(str, " * git-hash 1.0 (https://github.com/Jeroen52/samp-git-hash)\n");
strcat(str, " * This file has been generated at ");
AppendCurrentTimeToString(str);
strcat(str, "*/\n\n");
strcat(str, " */\n\n");
strcat(str, "#define _INC_GIT_HASH_GIT_HASH \"");
AppendGitShaToString(str);
str[(strlen(str)-1)] = '\0';
Expand Down

0 comments on commit f4a854e

Please sign in to comment.